summaryrefslogtreecommitdiff
path: root/tools/clang-import-test
Commit message (Expand)AuthorAgeFilesLines
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-011-2/+2
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-3/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-11/+11
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-2/+2
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-131-2/+3
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-1/+2
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* 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