aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-12-16[lldb][ClangASTSource][NFC] Clean up RegisterNamespaceMap (#172520)Michael Buch1-2/+2
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov1-9/+7
2025-08-22[lldb][ClangASTImporter] Don't ASTImport LambdaExpr nodes (#154962)Michael Buch1-0/+10
2025-08-13[lldb][ClangASTImporter][NFC] Create helper for CanImportMichael Buch1-21/+15
2025-08-13[lldb][ClangASTImporter][NFC] Factor out completion logic out of ClangASTImpo...Michael Buch1-29/+42
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-21/+16
2025-07-12[Clang][AST][NFC] (`RecordDecl` -> `CXXRecordDecl`)`::isInjectedClassName` (#...Yanzuo Liu1-1/+1
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee1-2/+2
2024-10-19[lldb][ClangASTImporter][NFC] Emit a log message when we break MapImported in...Michael Buch1-9/+25
2024-09-26[lldb] Don't flush llvm::raw_string_ostream (NFC) (#110128)Youngsuk Kim1-2/+0
2024-08-06[lldb][TypeSystemClang] Pass ClangASTMetadata around by value (#102161)Michael Buch1-6/+5
2024-05-13[lldb][ExpressionParser][NFCI] Log pointers as hex (#91989)Michael Buch1-30/+32
2024-02-29[lldb][ClangASTImporter] Import record layouts from origin if available (#83295)Michael Buch1-7/+16
2024-02-29[lldb][NFC] Move helpers to import record layout into ClangASTImporter (#83291)Michael Buch1-0/+233
2024-01-10[lldb][ClangASTImporter][NFC] Remove redundant do-while loop (#77596)Michael Buch1-27/+24
2023-08-17[lldb][ClangASTImporter][NFC] Remove redundant calls to ASTImporter::ImportedMichael Buch1-8/+1
2023-03-14[lldb] Use *{Set,Map}::contains (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-11-16Make CompilerType safeAdrian Prantl1-5/+5
2022-04-22[LLDB] Applying clang-tidy modernize-use-override over LLDBShafik Yaghmour1-1/+1
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour1-1/+1
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-14/+12
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata1-1/+1
2021-12-24Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata1-1/+1
2021-11-12[lldb][NFC] Inclusive language: rename m_master in ASTImporterDelegateQuinn Pham1-10/+10
2021-11-10Revert "[lldb] Disable minimal import mode for RecordDecls that back FieldDecls"Jordan Rupprecht1-31/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-05-25[lldb] Disable minimal import mode for RecordDecls that back FieldDeclsRaphael Isemann1-0/+31
2021-02-25[lldb][NFC] Remove some obsolete comments in ClangASTImporter.cppRaphael Isemann1-15/+0
2021-02-24[lldb] Add asserts that prevent construction of cycles in the decl origin tra...Raphael Isemann1-12/+17
2020-09-09[lldb] Fix a crash when the ASTImporter is giving us two Imported callbacks f...Raphael Isemann1-2/+11
2020-08-14[lldb] Check Decl kind when completing -flimit-debug-info typesPavel Labath1-7/+8
2020-08-06[lldb][NFC] Document and encapsulate OriginMap in ASTContextMetadataRaphael Isemann1-51/+20
2020-07-01[lldb] Add basic -flimit-debug-info support to expression evaluatorPavel Labath1-0/+28
2020-06-07SmallPtrSet::find -> SmallPtrSet::countBenjamin Kramer1-1/+1
2020-04-09Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl1-0/+30
2020-04-01Revert "Preserve the owning module information from DWARF in the synthesized ...Adrian Prantl1-28/+0
2020-04-01Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl1-0/+28
2020-03-30[lldb] Fix another crash in covariant type handlingPavel Labath1-0/+2
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford1-0/+1152