aboutsummaryrefslogtreecommitdiff
path: root/lib/FrontendTool/CMakeLists.txt
AgeCommit message (Expand)Author
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-05-02Fix cmake. Remaining two ClangCC1Options deps.Andrew Trick
2011-09-07More missing dependencies picked up by Ninja.Peter Collingbourne
2011-06-16Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek
2010-12-22[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
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-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne