summaryrefslogtreecommitdiffstats
path: root/lib/AST/ExternalASTMerger.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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