aboutsummaryrefslogtreecommitdiff
path: root/tools/c-arcmt-test
AgeCommit message (Expand)Author
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