index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ARCMigrate
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-01-04
Update CMakeLists.txt
Ted Kremenek
2013-01-04
Add file added in r171484 to CMakelists.txt.
Filipe Cabecinhas
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2011-11-06
[arcmt] Collect all the places where GC attributes __strong/__weak occur.
Argyrios Kyrtzidis
2011-11-04
[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.
Argyrios Kyrtzidis
2011-07-19
Update CMake build.
Benjamin Kramer
2011-07-18
[arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe
Argyrios Kyrtzidis
2011-06-23
Unbreak the CMake build.
Sean Hunt
2011-06-21
Unbreak the CMake build
Sean Hunt
2011-06-21
[arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut...
Argyrios Kyrtzidis
2011-06-21
[arcmt] Break apart Transforms.cpp.
Argyrios Kyrtzidis
2011-06-16
Raise the ARCMT functionality in Clang into proper FrontendActions.
Chandler Carruth
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall