summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
AgeCommit message (Expand)Author
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-08-22[lldb][ClangASTImporter] Don't ASTImport LambdaExpr nodes (#154962)Michael Buch
2025-08-13[lldb][ClangASTImporter][NFC] Create helper for CanImportMichael Buch
2025-08-13[lldb][ClangASTImporter][NFC] Factor out completion logic out of ClangASTImpo...Michael Buch
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-12[Clang][AST][NFC] (`RecordDecl` -> `CXXRecordDecl`)`::isInjectedClassName` (#...Yanzuo Liu
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee
2024-10-19[lldb][ClangASTImporter][NFC] Emit a log message when we break MapImported in...Michael Buch
2024-09-26[lldb] Don't flush llvm::raw_string_ostream (NFC) (#110128)Youngsuk Kim
2024-08-06[lldb][TypeSystemClang] Pass ClangASTMetadata around by value (#102161)Michael Buch
2024-05-13[lldb][ExpressionParser][NFCI] Log pointers as hex (#91989)Michael Buch
2024-02-29[lldb][ClangASTImporter] Import record layouts from origin if available (#83295)Michael Buch
2024-02-29[lldb][NFC] Move helpers to import record layout into ClangASTImporter (#83291)Michael Buch
2024-01-10[lldb][ClangASTImporter][NFC] Remove redundant do-while loop (#77596)Michael Buch
2023-08-17[lldb][ClangASTImporter][NFC] Remove redundant calls to ASTImporter::ImportedMichael Buch
2023-03-14[lldb] Use *{Set,Map}::contains (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-11-16Make CompilerType safeAdrian Prantl
2022-04-22[LLDB] Applying clang-tidy modernize-use-override over LLDBShafik Yaghmour
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
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-12-24Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata
2021-11-12[lldb][NFC] Inclusive language: rename m_master in ASTImporterDelegateQuinn Pham
2021-11-10Revert "[lldb] Disable minimal import mode for RecordDecls that back FieldDecls"Jordan Rupprecht
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-25[lldb] Disable minimal import mode for RecordDecls that back FieldDeclsRaphael Isemann
2021-02-25[lldb][NFC] Remove some obsolete comments in ClangASTImporter.cppRaphael Isemann
2021-02-24[lldb] Add asserts that prevent construction of cycles in the decl origin tra...Raphael Isemann
2020-09-09[lldb] Fix a crash when the ASTImporter is giving us two Imported callbacks f...Raphael Isemann
2020-08-14[lldb] Check Decl kind when completing -flimit-debug-info typesPavel Labath
2020-08-06[lldb][NFC] Document and encapsulate OriginMap in ASTContextMetadataRaphael Isemann
2020-07-01[lldb] Add basic -flimit-debug-info support to expression evaluatorPavel Labath
2020-06-07SmallPtrSet::find -> SmallPtrSet::countBenjamin Kramer
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-03-30[lldb] Fix another crash in covariant type handlingPavel Labath
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford