aboutsummaryrefslogtreecommitdiff
path: root/tools/arcmt-test
AgeCommit message (Expand)Author
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2016-07-18[NFC] Header cleanupMehdi Amini
2016-06-09Update to match LLVM r272232.Richard Smith
2016-01-26Remove autoconf supportChris Bieneman
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-24Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-24Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-21Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-21configure+make: Rearange clangCodeGen to come before clangAST.Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2014-09-11Use the simpler version of llvm::sys::fs::exists.Rafael Espindola
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-07-07Peel away old-style file remapping typedefs and cruftAlp Toker
2014-07-06Update for llvm api change.Rafael Espindola
2014-06-12Include system_error directly.Rafael Espindola
2014-06-08[C++11] Use 'nullptr'. Tools edition.Craig Topper
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles
2014-01-31[CMake] arcmt-test: Reorganize link libraries with *actually referenced* libs...NAKAMURA Takumi
2013-06-26Remove dead include.Rafael Espindola
2013-06-26Use llvm::sys::fs::getMainExecutable.Rafael Espindola
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner
2013-06-13Don't depend on the transitive inclusion of PathV1.h.Rafael Espindola
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