index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
c-arcmt-test
Age
Commit message (
Expand
)
Author
2012-09-01
Comment that clang.dll is unavailable on cygming yet.
Ted Kremenek
2012-09-01
c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygmin...
NAKAMURA Takumi
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-08-10
c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang....
NAKAMURA Takumi
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-04-13
Kill the last vestiges of clangIndex
Douglas Gregor
2012-04-07
[Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ...
NAKAMURA Takumi
2012-03-11
Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.
NAKAMURA Takumi
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2011-07-11
[arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...
Argyrios Kyrtzidis
2011-07-10
Fix ARCMT/migrate.m on MSVC.
Francois Pichet
2011-07-10
tools/c-arcmt-test/Makefile: Add clangARCMigrate.a clangRewrite.a to USEDLIBS...
NAKAMURA Takumi
2011-07-10
c-arcmt-test.c: MSVCRT does not have setenv. Use putenv instead.
NAKAMURA Takumi
2011-07-09
Fix linker problem in buildbot.
Argyrios Kyrtzidis
2011-07-09
Ugh, fix CMake.
Argyrios Kyrtzidis
2011-07-09
[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.
Argyrios Kyrtzidis