aboutsummaryrefslogtreecommitdiff
path: root/tools/arcmt-test
AgeCommit message (Expand)Author
2013-01-19these now depend on the bitcode reader too.Chris Lattner
2012-12-04Sort #include lines for tools/...Chandler Carruth
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-09[ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier
2012-08-08Add various MC components to clang build to support MS-style inline assembly.Chad Rosier
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
2012-06-20Fix cmake build.Rafael Espindola
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-04-13Kill the last vestiges of clangIndexDouglas Gregor
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith
2012-02-07Make use of const-correct ParseCommandLineOptionsDavid Blaikie
2012-01-26objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian
2012-01-20Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor
2011-12-23Let CompilerInvocation initialization indicate failureDylan Noblesmith
2011-11-17Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek
2011-11-04[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis
2011-09-26Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-13When compiling a module on-demand, re-use the diagnostics clientDouglas Gregor
2011-07-23Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis
2011-06-18tools/arcmt-test: Don't attempt to link redundant libclang (clang-c).NAKAMURA Takumi
2011-06-18[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis
2011-06-16[arcmt] Make arcmt-test accept cc1 options to make it more portable and hopef...Argyrios Kyrtzidis
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall