-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Symbol tags in SymbolInformation, WorkspaceSymbol, CallHierarchyItem and TypeHierarchyItem #170103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ratzdi
wants to merge
30
commits into
llvm:main
Choose a base branch
from
aboutthinkdigital:users/ratzdi/symbol_tags_in_call_type_hierarchies_and_symbol_info
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
910a890
Fill symbol tags for the response TypeHierarchyItem of prepareTypeHie…
01a022e
Fill symbol tags into the object SymbolInformation, and on getting wo…
c450d62
Minor improvements.
c297add
Set the detail field of HierarchyItem.
35ee021
Collect symbols tags from AST in the method incomingCalls.
89237d1
Collect symbols tags from AST in the method outgoingCalls.
9eb72dc
Collect symbols tags from AST in the method subtypes.
0b1c3f6
Collect symbols tags from AST in the method supertypes.
7e11d69
Extended unit-tests to check the occurrence of symbol tags
007764f
Simplify lambda capture by explicitly moving `Item` and parameters.
f1fdea3
Feat: functions calculating the tags Overrides and Implements.
ratzdi 2c0475f
Feat: compute symbol tags during the AST indexation.
ratzdi 525a6ec
Merge branch 'llvm:main' into users/ratzdi/symbol_tags_in_call_type_h…
ratzdi d6865cc
Change: removed AST usage in call/type hierarchy
ratzdi 66529e5
Feat: serialize/de-serialize symbol tags.
ratzdi fad6461
Review: code review adjustments.
ratzdi f99012b
Change: relocated Tags to decrease padding.
ratzdi 317abd3
Review: code review adjustments.
ratzdi 477dd75
Review: code review adjustments.
ratzdi 765ef3e
Refactor: Make SymbolTags type-safe and adapt tag handling
ratzdi 949f510
Fix: code format.
ratzdi 88aa2a1
Fix: code format.
ratzdi bdacf73
Replaced toSymbolTagBitmask with SymbolTags::fromTag.
ratzdi 86a41ca
Simplified filterSymbolTags:
ratzdi 2aea848
Revert "Replaced toSymbolTagBitmask with SymbolTags::fromTag."
ratzdi c39d64b
Revert "Simplified filterSymbolTags:"
ratzdi d54d642
Revert "Refactor: Make SymbolTags type-safe and adapt tag handling"
ratzdi 88b5800
Reapply "Simplified filterSymbolTags:"
ratzdi 0ffcf77
changed typecast from uint32_t to unsigned.
ratzdi c1005bb
changed typecast from uint32_t to unsigned.
ratzdi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.