summaryrefslogtreecommitdiffstats
path: root/clang/lib/GR/Checkers
Commit message (Collapse)AuthorAgeFilesLines
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-2353-14056/+0
| | | | | | update Makefile. llvm-svn: 122493
* Rename static analyzer namespace 'GR' to 'ento'.Ted Kremenek2010-12-2351-103/+103
| | | | llvm-svn: 122492
* Add WIP prototype of a new buffer overflowTed Kremenek2010-12-234-1/+283
| | | | | | | checker based on using raw (symbolic) byte offsets from a base region. llvm-svn: 122469
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-231-2/+2
| | | | | | | | | new gcc warning that complains on self-assignments and self-initializations. Fix one bug found by the warning, in which one clang::OverloadCandidate constructor failed to initialize its FunctionTemplate member. llvm-svn: 122459
* Subsequent attempt to fix linux build.Argyrios Kyrtzidis2010-12-222-0/+23
| | | | llvm-svn: 122442
* Apparently I'm on a mission to break as many builds as possible.Argyrios Kyrtzidis2010-12-222-3/+3
| | | | llvm-svn: 122436
* Forgot to move the files in CMakeLists.txt.Argyrios Kyrtzidis2010-12-221-1/+3
| | | | llvm-svn: 122433
* Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir ↵Argyrios Kyrtzidis2010-12-222-0/+4120
| | | | | | | | temporarily to avoid cyclic dependency between the libraries and fix the linux build. llvm-svn: 122431
* [analyzer] Refactoring: Drop the 'GR' prefix.Argyrios Kyrtzidis2010-12-2244-223/+223
| | | | llvm-svn: 122424
* [analyzer] Refactoring: Move stuff into namespace 'GR'.Argyrios Kyrtzidis2010-12-2247-55/+122
| | | | llvm-svn: 122423
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own ↵Argyrios Kyrtzidis2010-12-2249-0/+9562
library, libclangGRCheckers llvm-svn: 122422
OpenPOWER on IntegriCloud