summaryrefslogtreecommitdiff
path: root/tools/clang-import-test
Commit message (Expand)AuthorAgeFilesLines
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+1
* [ASTImporter] Add test for C++'s try/catch statements.Raphael Isemann2018-08-201-0/+2
* [ASTImporter] Add test for C++ casts and fix broken const_cast importing.Raphael Isemann2018-08-201-0/+2
* Fix case of LLVM library names.Nico Weber2018-04-231-3/+3
* Allow the creation of human-friendly ASTDumper to arbitrary output streamAlexander Kornienko2018-04-061-1/+2
* clang-import-test: fix build with clang-3.8Pavel Labath2018-03-131-1/+1
* [clang-import-test] Run clang-format, NFCVedant Kumar2018-02-071-8/+9
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Add support for remembering origins to ExternalASTMergerSean Callanan2017-09-271-58/+92
* This adds the argument --dump-ir to clang-import-test, which allows Sean Callanan2017-08-071-3/+11
* Fix a bot by linking clang-import-test against libclangDriverSean Callanan2017-07-251-0/+1
* [ExternalASTMerger] Import Objective-C classesSean Callanan2017-07-251-12/+27
* [clang-import-test] Committed missed update to clang-import-test.cppSean Callanan2017-07-111-16/+2
* Preserve CXX method overrides in ASTImporterLang Hames2017-06-201-9/+23
* [ASTImporter] Improve handling of incomplete typesSean Callanan2017-05-131-2/+44
* [clang-import-test] Lookup inside contextsSean Callanan2017-04-111-52/+12
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-1/+1
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-1/+1
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-1/+1
* Testbed and skeleton of a new expression parserSean Callanan2016-12-222-0/+346
* Reverting r290004, r290006, r290010 pending review.Sean Callanan2016-12-192-346/+0
* Added clangLex to the dependencies for clang-import-test.Sean Callanan2016-12-161-0/+1
* Fixed library dependencies on clang-import-test to clean up the bots.Sean Callanan2016-12-161-0/+2
* Testbed and skeleton of a new expression parserSean Callanan2016-12-162-0/+343