summaryrefslogtreecommitdiffstats
path: root/clang/lib/GR/Checkers/AnalysisConsumer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-231-610/+0
| | | | | | update Makefile. llvm-svn: 122493
* Rename static analyzer namespace 'GR' to 'ento'.Ted Kremenek2010-12-231-2/+2
| | | | llvm-svn: 122492
* Add WIP prototype of a new buffer overflowTed Kremenek2010-12-231-0/+3
| | | | | | | checker based on using raw (symbolic) byte offsets from a base region. llvm-svn: 122469
* Apparently I'm on a mission to break as many builds as possible.Argyrios Kyrtzidis2010-12-221-2/+2
| | | | llvm-svn: 122436
* Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir ↵Argyrios Kyrtzidis2010-12-221-0/+607
temporarily to avoid cyclic dependency between the libraries and fix the linux build. llvm-svn: 122431
OpenPOWER on IntegriCloud