summaryrefslogtreecommitdiff
path: root/tools/arcmt-test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-3/+1
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-231-3/+5
* Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek2011-11-171-3/+3
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-041-1/+2
* Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-3/+3
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-2/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+4
* When compiling a module on-demand, re-use the diagnostics clientDouglas Gregor2011-09-131-1/+1
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-4/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-12/+11
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-1/+124
* tools/arcmt-test: Don't attempt to link redundant libclang (clang-c).NAKAMURA Takumi2011-06-182-2/+1
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-4/+5
* [arcmt] Make arcmt-test accept cc1 options to make it more portable and hopef...Argyrios Kyrtzidis2011-06-161-16/+13
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-153-0/+291