aboutsummaryrefslogtreecommitdiff
path: root/tools/c-arcmt-test
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2016-01-26Remove autoconf supportChris Bieneman
2015-07-12Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satis...NAKAMURA Takumi
2015-07-12Reformat Makefile.NAKAMURA Takumi
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
2014-11-05Support LLVM_BUILD_STATIC.Rafael Espindola
2014-10-30[autoconf] Add clangToolingCore.a to Makefile(s) for static build w/o libclan...NAKAMURA Takumi
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-06-06Fix C++ style // comments in a couple of C filesTimur Iskhodzhanov
2014-06-05Flush C stdio streams upon process terminationReid Kleckner
2014-04-27c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi
2013-12-12c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to...NAKAMURA Takumi
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi
2013-08-18{c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to ...NAKAMURA Takumi
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner
2013-01-22libclang: Update comment about USEDLIBS in c-*-test/Makefile.NAKAMURA Takumi
2013-01-20Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind...NAKAMURA Takumi
2012-09-01Comment that clang.dll is unavailable on cygming yet.Ted Kremenek
2012-09-01c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygmin...NAKAMURA Takumi
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-10c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang....NAKAMURA Takumi
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-04-13Kill the last vestiges of clangIndexDouglas Gregor
2012-04-07[Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ...NAKAMURA Takumi
2012-03-11Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.NAKAMURA Takumi
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2011-07-11[arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis
2011-07-10Fix ARCMT/migrate.m on MSVC. Francois Pichet
2011-07-10tools/c-arcmt-test/Makefile: Add clangARCMigrate.a clangRewrite.a to USEDLIBS...NAKAMURA Takumi
2011-07-10c-arcmt-test.c: MSVCRT does not have setenv. Use putenv instead.NAKAMURA Takumi
2011-07-09Fix linker problem in buildbot.Argyrios Kyrtzidis
2011-07-09Ugh, fix CMake.Argyrios Kyrtzidis
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis