Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename headers: 'clang/GR' 'clang/EntoSA' and | Ted Kremenek | 2010-12-23 | 1 | -610/+0 |
| | | | | | | update Makefile. llvm-svn: 122493 | ||||
* | Rename static analyzer namespace 'GR' to 'ento'. | Ted Kremenek | 2010-12-23 | 1 | -2/+2 |
| | | | | llvm-svn: 122492 | ||||
* | Add WIP prototype of a new buffer overflow | Ted Kremenek | 2010-12-23 | 1 | -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 Kyrtzidis | 2010-12-22 | 1 | -2/+2 |
| | | | | llvm-svn: 122436 | ||||
* | Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir ↵ | Argyrios Kyrtzidis | 2010-12-22 | 1 | -0/+607 |
temporarily to avoid cyclic dependency between the libraries and fix the linux build. llvm-svn: 122431 |