summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move ↵Argyrios Kyrtzidis2011-02-141-0/+1
| | | | | | Checkers/AnalysisConsumer.cpp into Frontend lib. llvm-svn: 125499
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-42/+2
| | | | | | | Eventually there will also be a lib/StaticAnalyzer/Frontend that will handle initialization and checker registration. Yet another library to avoid cyclic dependencies between Core and Checkers. llvm-svn: 125124
* [analyzer] Introduce ObjCMessage which represents both explicit ObjC message ↵Argyrios Kyrtzidis2011-01-251-0/+1
| | | | | | | | | | expressions and implicit messages that are sent for handling properties in dot syntax. Replace all direct uses of ObjCMessageExpr in the checkers and checker interface with ObjCMessage. llvm-svn: 124159
* Fix CMakeLists.txt.Zhongxing Xu2011-01-101-2/+0
| | | | llvm-svn: 123167
* Unbreak the CMake build.Douglas Gregor2011-01-101-0/+2
| | | | llvm-svn: 123162
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-0/+41
layout. :) Rename the 'EntoSA' directories to 'StaticAnalyzer'. Internally we will still use the 'ento' namespace for the analyzer engine (unless there are further sabre rattlings...). llvm-svn: 122514
OpenPOWER on IntegriCloud