summaryrefslogtreecommitdiff
path: root/tools/arcmt-test
Commit message (Expand)AuthorAge
* Include system_error directly.Rafael Espindola2014-06-12
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-15
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* [CMake] arcmt-test: Reorganize link libraries with *actually referenced* libs...NAKAMURA Takumi2014-01-31
* Remove dead include.Rafael Espindola2013-06-26
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-26
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Don't depend on the transitive inclusion of PathV1.h.Rafael Espindola2013-06-13
* these now depend on the bitcode reader too.Chris Lattner2013-01-19
* Sort #include lines for tools/...Chandler Carruth2012-12-04
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-23
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-01
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-09
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-08
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-20
* Fix cmake build.Rafael Espindola2012-06-20
* Structured comment parsing, first step.Dmitri Gribenko2012-06-20
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-13
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-13
* Make use of const-correct ParseCommandLineOptionsDavid Blaikie2012-02-07
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-26
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-20
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-23
* Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek2011-11-17
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-04
* Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie2011-09-26
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-25
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* When compiling a module on-demand, re-use the diagnostics clientDouglas Gregor2011-09-13
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-23
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-09
* tools/arcmt-test: Don't attempt to link redundant libclang (clang-c).NAKAMURA Takumi2011-06-18
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-18
* [arcmt] Make arcmt-test accept cc1 options to make it more portable and hopef...Argyrios Kyrtzidis2011-06-16
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-15