summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-0/+1
* Sort source lists in lib/StaticAnalyzer.Nico Weber2018-04-071-1/+1
* Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov2018-03-011-0/+1
* Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov2018-03-011-1/+0
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-281-0/+1
* [CMake] clangStaticAnalyzerFrontend: Add clangLex, corresponding to r216550.NAKAMURA Takumi2014-08-281-0/+1
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-271-0/+2
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-10/+0
* [CMake] Prune stray entries in add_dependencies(). target_link_libraries() im...NAKAMURA Takumi2014-01-311-2/+0
* [CMake] clangStaticAnalyzerFrontend: Deprecate LLVM_NO_RTTI.NAKAMURA Takumi2014-01-281-2/+0
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-101-3/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-2/+8
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+2
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+2
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-3/+9
* Fix cmake build with -DBUILD_SHARED_LIBS=ON.Rafael Espindola2011-12-291-1/+2
* Correct name of dependent target.Oscar Fuentes2011-02-201-1/+1
* Fix some add_dependencies.Oscar Fuentes2011-02-191-2/+8
* When building StaticAnalyzer/Frontend add -I "<Checkers build dir>" to allow ...Argyrios Kyrtzidis2011-02-171-0/+2
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-0/+1
* [analyzer] Move Checkers/FrontendActions.cpp -> Frontend/FrontendActions.cppArgyrios Kyrtzidis2011-02-141-0/+1
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-141-0/+10
OpenPOWER on IntegriCloud