summaryrefslogtreecommitdiff
path: root/tools/c-arcmt-test
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+2
* Remove autoconf supportChris Bieneman2016-01-261-50/+0
* Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satis...NAKAMURA Takumi2015-07-121-0/+4
* Reformat Makefile.NAKAMURA Takumi2015-07-121-1/+6
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-3/+4
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-4/+3
* Support LLVM_BUILD_STATIC.Rafael Espindola2014-11-051-3/+9
* [autoconf] Add clangToolingCore.a to Makefile(s) for static build w/o libclan...NAKAMURA Takumi2014-10-301-0/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Fix C++ style // comments in a couple of C filesTimur Iskhodzhanov2014-06-061-2/+2
* Flush C stdio streams upon process terminationReid Kleckner2014-06-051-3/+9
* c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi2014-04-271-1/+4
* c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to...NAKAMURA Takumi2013-12-121-0/+1
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-5/+0
* {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to ...NAKAMURA Takumi2013-08-181-1/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* libclang: Update comment about USEDLIBS in c-*-test/Makefile.NAKAMURA Takumi2013-01-221-1/+1
* Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind...NAKAMURA Takumi2013-01-201-1/+1
* Comment that clang.dll is unavailable on cygming yet.Ted Kremenek2012-09-011-0/+3
* c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygmin...NAKAMURA Takumi2012-09-011-2/+8
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-5/+2
* c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang....NAKAMURA Takumi2012-08-101-1/+6
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-2/+4
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+1
* [Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ...NAKAMURA Takumi2012-04-071-0/+3
* Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.NAKAMURA Takumi2012-03-111-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-2/+31
* [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis2011-07-111-7/+6
* Fix ARCMT/migrate.m on MSVC. Francois Pichet2011-07-101-0/+5
* tools/c-arcmt-test/Makefile: Add clangARCMigrate.a clangRewrite.a to USEDLIBS...NAKAMURA Takumi2011-07-101-1/+2
* c-arcmt-test.c: MSVCRT does not have setenv. Use putenv instead.NAKAMURA Takumi2011-07-101-0/+5
* Fix linker problem in buildbot.Argyrios Kyrtzidis2011-07-091-1/+1
* Ugh, fix CMake.Argyrios Kyrtzidis2011-07-091-1/+1
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-093-0/+120