summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
AgeCommit message (Expand)Author
2025-10-21[lldb][DeclVendor] Remove ClangDeclVendor (#164380)Michael Buch
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee
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-09-05[lldb] Fix a format string in ClangASTSource (#107325)Alex Langford
2024-06-21Reland "[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts"Michael Buch
2024-06-20Revert "[lldb][ObjC] Don't query objective-c runtime for decls in C++ context...Michael Buch
2024-06-19[lldb][ObjC] Don't query objective-c runtime for decls in C++ contexts (#95963)Michael Buch
2024-05-13[lldb][ExpressionParser][NFCI] Log pointers as hex (#91989)Michael Buch
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling
2024-02-29[lldb][NFC] Move helpers to import record layout into ClangASTImporter (#83291)Michael Buch
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2022-11-16Make CompilerType safeAdrian Prantl
2022-08-26[lldb][ClangExpression] Fix LLDB_LOG incorrect format specifierMichael Buch
2022-07-26[LLDB][ClangExpression] Prevent nullptr namespace map access during loggingMichael Buch
2022-07-24Use llvm::less_first and llvm::less_second (NFC)Kazu Hirata
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata
2021-11-10Revert "[lldb] Disable minimal import mode for RecordDecls that back FieldDecls"Jordan Rupprecht
2021-08-26[LLDB] Add type to the output for FieldDecl when logging in ClangASTSource::l...Shafik Yaghmour
2021-08-17[LLDB] Fix off by one logging placeholders in ClangASTSource::layoutRecordType()Shafik Yaghmour
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere
2021-05-25[lldb] Disable minimal import mode for RecordDecls that back FieldDeclsRaphael Isemann
2021-05-24[lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from...Alex Langford
2021-02-12[LLDB] Fix LLDB_LOG calls to use correct formattingShafik Yaghmour
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere
2020-12-10[lldb] Introduce separate scratch ASTs for debug info types and types importe...Raphael Isemann
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann
2020-11-19[lldb][NFC] Add a FIXME for ClangASTSource::FindExternalLexicalDecls's unused...Raphael Isemann
2020-06-30[lldb][NFC] Remove ImportInProgress lock in ClangASTSourceRaphael Isemann
2020-06-23[lldb] Split ClangASTSource::CompleteTypePavel Labath
2020-03-05[lldb] Fix more typos in log statements in ClangASTSourceRaphael Isemann
2020-03-04[lldb][NFC] Use C++11 for loop in ClangASTSource::FindExternalLexicalDeclsRaphael Isemann
2020-03-04[lldb] Fix typo in ClangASTSource logging statementRaphael Isemann
2020-03-04[lldb] Fix several LLDB_LOGs with wrong indices in ClangASTSource.cppRaphael Isemann
2020-03-03[lldb] Delete some commented out code in ClangASTSource.cppAlex Langford
2020-02-27Avoid SourceManager.h include in RawCommentList.h, add missing incsReid Kleckner
2020-02-25[lldb][NFC] Move filling namespace map in ClangASTSource to own functionRaphael Isemann
2020-02-25[lldb] Initialize NameSearchContext::m_namespace_map in constructorRaphael Isemann