summaryrefslogtreecommitdiff
path: root/clang/lib/AST/ExternalASTMerger.cpp
AgeCommit message (Expand)Author
2025-06-23[NFC][Clang][AST] Drop `llvm::` in front of `ArrayRef`/`MutableArrayRef` (#14...Rahul Joshi
2025-02-16[AST] Avoid repeated map lookups (NFC) (#127369)Kazu Hirata
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
2025-01-14[AST] Avoid repeated map lookups (NFC) (#122858)Kazu Hirata
2023-06-03[AST] Use DenseMapBase::lookup (NFC)Kazu Hirata
2021-10-17[clang] Use llvm::erase_if (NFC)Kazu Hirata
2021-03-17Make iteration over the DeclContext::lookup_result safe.Vassil Vassilev
2019-11-14Modernize llvm::Error handling in ExternalASTMergerRaphael Isemann
2019-10-04[lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann
2019-10-01[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann
2019-09-30[lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMe...Raphael Isemann
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-05-15[ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton
2019-04-08Changed every use of ASTImporter::Import to Import_NewBalazs Keri
2019-03-20Remove the unused return value in ASTImporter::Imported [NFC]Raphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-29Set MustBuildLookupTable on PrimaryContext in ExternalASTMergerRaphael Isemann
2018-10-19[ASTImporter] Added error handling for AST import.Balazs Keri
2018-07-12[ASTImporter] Refactor Decl creationGabor Marton
2018-01-26[ASTImporter] avoid warnings: unused var, switch coveredSam McCall
2018-01-26[ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin
2017-09-28Fix -Wcast-qual warning after r314336.Nico Weber
2017-09-27Add support for remembering origins to ExternalASTMergerSean Callanan
2017-07-25[ExternalASTMerger] Import Objective-C classesSean Callanan
2017-07-10clang-import-test had some dead code. I did the following to eliminate it:Sean Callanan
2017-06-17Call setMustBuildLookupTable on TagDecls in ExternalASTMergerLang Hames
2017-05-13[ASTImporter] Improve handling of incomplete typesSean Callanan
2017-04-17Use default ref capture to simplify local lambdas, use a template to avoid st...David Blaikie
2017-04-13ExternalASTMerger.cpp: Silence another warning. [-Wunused-lambda-capture]NAKAMURA Takumi
2017-04-11Silence unused variable warning in release builds.Benjamin Kramer
2017-04-11[ExternalASTMerger] Removed a move constructor to address MSVC build failureSean Callanan
2017-04-11[ExternalASTMerger] Fix the MSVC buildSean Callanan
2017-04-11[clang-import-test] Lookup inside contextsSean Callanan