summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
AgeCommit message (Expand)Author
2025-01-17[AST] Add OriginalDC argument to ExternalASTSource::FindExternalVisibleDeclsB...Chuanqi Xu
2025-01-16Revert "[C++20] [Modules] Support module level lookup (#122887)"Chuanqi Xu
2025-01-15[C++20] [Modules] Support module level lookup (#122887)Chuanqi Xu
2024-06-03[clang][Modules] Move `ASTSourceDescriptor` into its own file (#67930)David Stone
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2020-05-27[lldb] Don't complete ObjCInterfaceDecls in ClangExternalASTSourceCallbacks::...Raphael Isemann
2020-04-24Add Objective-C property accessors loaded from Clang module DWARF to lookupAdrian Prantl
2020-04-09Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl
2020-04-01Revert "Preserve the owning module information from DWARF in the synthesized ...Adrian Prantl
2020-04-01Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford