diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-12-21 15:26:24 +0100 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-12-21 15:41:18 +0100 |
commit | 49b206f95806f35ff8f9a715185355fc2a159760 (patch) | |
tree | 7752b53ba9b2db4b69c00f22526a5c8428fb8775 /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | d269255b95151dcd232c8856206b7e79d70eda29 (diff) | |
download | llvm-49b206f95806f35ff8f9a715185355fc2a159760.zip llvm-49b206f95806f35ff8f9a715185355fc2a159760.tar.gz llvm-49b206f95806f35ff8f9a715185355fc2a159760.tar.bz2 |
[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContext
Their naming is misleading as they only return the
ClangASTContext-owned variables. For ClangASTContext instances constructed
for a given clang::ASTContext they silently generated duplicated instances
(e.g., a second IdentifierTable) that were essentially unusable.
This removes all these getters as they are anyway not very useful in comparison
to just calling the clang::ASTContext getters. The initialization
code has been moved to the CreateASTContext initialization method so that all
code for making our own clang::ASTContext is in one place.
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions