summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExternalASTMerger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernize llvm::Error handling in ExternalASTMergerRaphael Isemann2019-11-141-3/+1
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-041-7/+96
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-011-13/+14
* [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMe...Raphael Isemann2019-09-301-4/+8
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton2019-05-151-7/+7
* Changed every use of ASTImporter::Import to Import_NewBalazs Keri2019-04-081-16/+37
* Remove the unused return value in ASTImporter::Imported [NFC]Raphael Isemann2019-03-201-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Set MustBuildLookupTable on PrimaryContext in ExternalASTMergerRaphael Isemann2018-11-291-2/+2
* [ASTImporter] Added error handling for AST import.Balazs Keri2018-10-191-2/+4
* [ASTImporter] Refactor Decl creationGabor Marton2018-07-121-4/+4
* [ASTImporter] avoid warnings: unused var, switch coveredSam McCall2018-01-261-0/+1
* [ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin2018-01-261-3/+33
* Fix -Wcast-qual warning after r314336.Nico Weber2017-09-281-1/+1
* Add support for remembering origins to ExternalASTMergerSean Callanan2017-09-271-93/+309
* [ExternalASTMerger] Import Objective-C classesSean Callanan2017-07-251-1/+5
* clang-import-test had some dead code. I did the following to eliminate it:Sean Callanan2017-07-101-5/+0
* Call setMustBuildLookupTable on TagDecls in ExternalASTMergerLang Hames2017-06-171-0/+1
* [ASTImporter] Improve handling of incomplete typesSean Callanan2017-05-131-0/+6
* Use default ref capture to simplify local lambdas, use a template to avoid st...David Blaikie2017-04-171-22/+17
* ExternalASTMerger.cpp: Silence another warning. [-Wunused-lambda-capture]NAKAMURA Takumi2017-04-131-0/+1
* Silence unused variable warning in release builds.Benjamin Kramer2017-04-111-0/+1
* [ExternalASTMerger] Removed a move constructor to address MSVC build failureSean Callanan2017-04-111-1/+1
* [ExternalASTMerger] Fix the MSVC buildSean Callanan2017-04-111-3/+3
* [clang-import-test] Lookup inside contextsSean Callanan2017-04-111-0/+183
OpenPOWER on IntegriCloud