summaryrefslogtreecommitdiff
path: root/tools/c-arcmt-test
Commit message (Expand)AuthorAge
* Fix C++ style // comments in a couple of C filesTimur Iskhodzhanov2014-06-06
* Flush C stdio streams upon process terminationReid Kleckner2014-06-05
* c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi2014-04-27
* c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to...NAKAMURA Takumi2013-12-12
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to ...NAKAMURA Takumi2013-08-18
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* libclang: Update comment about USEDLIBS in c-*-test/Makefile.NAKAMURA Takumi2013-01-22
* Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind...NAKAMURA Takumi2013-01-20
* Comment that clang.dll is unavailable on cygming yet.Ted Kremenek2012-09-01
* c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygmin...NAKAMURA Takumi2012-09-01
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-01
* c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang....NAKAMURA Takumi2012-08-10
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-13
* [Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ...NAKAMURA Takumi2012-04-07
* Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.NAKAMURA Takumi2012-03-11
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis2011-07-11
* Fix ARCMT/migrate.m on MSVC. Francois Pichet2011-07-10
* tools/c-arcmt-test/Makefile: Add clangARCMigrate.a clangRewrite.a to USEDLIBS...NAKAMURA Takumi2011-07-10
* c-arcmt-test.c: MSVCRT does not have setenv. Use putenv instead.NAKAMURA Takumi2011-07-10
* Fix linker problem in buildbot.Argyrios Kyrtzidis2011-07-09
* Ugh, fix CMake.Argyrios Kyrtzidis2011-07-09
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-09