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