summaryrefslogtreecommitdiff
path: root/tools/arcmt-test
Commit message (Expand)AuthorAgeFilesLines
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-3/+2
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-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/+2
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+4
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-26/+0
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-3/+3
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-2/+5
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-4/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-4/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-4/+3
* configure+make: Rearange clangCodeGen to come before clangAST.Adrian Prantl2015-02-211-2/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2014-09-111-5/+2
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Peel away old-style file remapping typedefs and cruftAlp Toker2014-07-071-4/+2
* Update for llvm api change.Rafael Espindola2014-07-061-9/+8
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-3/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-4/+4
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+5
* [CMake] arcmt-test: Reorganize link libraries with *actually referenced* libs...NAKAMURA Takumi2014-01-311-6/+3
* Remove dead include.Rafael Espindola2013-06-261-1/+0
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-261-2/+2
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* Don't depend on the transitive inclusion of PathV1.h.Rafael Espindola2013-06-131-0/+1
* these now depend on the bitcode reader too.Chris Lattner2013-01-192-1/+2
* Sort #include lines for tools/...Chandler Carruth2012-12-041-2/+2
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-4/+6
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-012-2/+2
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-091-1/+3
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-081-1/+2
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-6/+6
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-1/+1
* Fix cmake build.Rafael Espindola2012-06-201-1/+0
* Structured comment parsing, first step.Dmitri Gribenko2012-06-202-1/+3
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-063-4/+4
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-4/+4
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-1/+1
* Make use of const-correct ParseCommandLineOptionsDavid Blaikie2012-02-071-1/+1
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-261-1/+2