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
/
Rewrite
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
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-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-06-06
Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...
David Blaikie
2012-02-07
objc rewriter: start supporting modern objective-c abi
Fariborz Jahanian
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-09
Clean up CMake dependencies
Douglas Gregor
2010-09-08
Clean up some of the CMake dependencies
Douglas Gregor
2010-08-30
Fix CMake dependencies
Douglas Gregor
2010-06-15
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2008-10-26
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes