aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/CMakeLists.txt
AgeCommit message (Expand)Author
2014-10-26Delete unused method and clangAST dependency it required.Daniel Jasper
2014-10-24[CMake] clangRewrite: Roll back clangAST in libdeps, due to clang::Stmt::prin...NAKAMURA Takumi
2014-10-23Remove code duplication and cut dependency from clangRewrite onDaniel Jasper
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie
2012-02-07objc rewriter: start supporting modern objective-c abiFariborz Jahanian
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-09-09Clean up CMake dependenciesDouglas Gregor
2010-09-08Clean up some of the CMake dependenciesDouglas Gregor
2010-08-30Fix CMake dependenciesDouglas Gregor
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2009-07-15Lexically order files in CMakeLists.txt files.Ted Kremenek
2008-10-26CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes