forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 341
[lldb] Use forward decls with redeclared definitions instead of minimal import for records #8222
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
Merged
Michael137
merged 20 commits into
swiftlang:stable/20230725
from
Michael137:lldb/type-completion-rework/WIP/to-20230725
Feb 22, 2024
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4cefb29
[lldb][DWARFASTParserClang][NFC] Remove redundant parameter to AddMet…
Michael137 405141d
[ADT] Backport std::to_underlying from C++23 (#70681)
Endilll 8904ba7
[lldb][NFC] Add an ImporterBackedASTSource that serves as base class …
Michael137 6b186f9
[lldb][TypeSystemClang][NFC] Make TemplateParamterInfos::pack_name a …
Michael137 fa12f64
[lldb][TypeSystemClang][NFC] Make TemplateParameterInfos copyable
Michael137 c79c9cc
[lldb][ClangASTImporter][NFCI] Implement CompleteTagDeclWithOrigin in…
Michael137 f6adaee
[lldb] Make TypeSystemClang work with redeclarations
Michael137 6b4c274
[lldb] Add typesystem.experimental.redecl-completion setting
Michael137 3a8d247
[clang][modules] Always let Obj-C decls query the ExternalASTSource f…
Michael137 3ddb1d6
[lldb][ASTUtils] Short-circuit multiplexed CompleteRedeclChain when w…
Michael137 a4ee6a9
[lldb][ClangASTImporter] Assert that we never overwrite a record layout
Michael137 1400e44
[lldb][ClangASTImporter][NFC] Factor completion logic out of ~Complet…
Michael137 4e1b128
[lldb][ClangASTImporter][NFCI] Factor setting external storage out of…
Michael137 bc1a466
[lldb][ClangASTSource] Use getDefinition() where appropriate
Michael137 27246c7
[lldb][ExpressionParser][NFC] Implement CompleteRedeclChain APIs
Michael137 0c17fe0
[lldb][ClangASTImporter][NFC] Factor out CanImport logic
Michael137 0335368
[lldb][TypeSystemClang][NFCI] Factor completion logic out of GetCompl…
Michael137 313a1af
[lldb][ClangASTImporter][NFC] Move ASTImproterDelegate constructor de…
Michael137 4032875
[clang][ASTImporter] Add support for LLDB's new type lookup mechanism
Michael137 66e12b4
[lldb][WIP] Use forward decls with redeclared definitions instead of …
Michael137 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.