| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename headers: 'clang/GR' 'clang/EntoSA' and | Ted Kremenek | 2010-12-23 | 53 | -14056/+0 |
| | | | | | | | update Makefile. llvm-svn: 122493 | ||||
| * | Rename static analyzer namespace 'GR' to 'ento'. | Ted Kremenek | 2010-12-23 | 51 | -103/+103 |
| | | | | | llvm-svn: 122492 | ||||
| * | Add WIP prototype of a new buffer overflow | Ted Kremenek | 2010-12-23 | 4 | -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 a | Jeffrey Yasskin | 2010-12-23 | 1 | -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 Kyrtzidis | 2010-12-22 | 2 | -0/+23 |
| | | | | | llvm-svn: 122442 | ||||
| * | Apparently I'm on a mission to break as many builds as possible. | Argyrios Kyrtzidis | 2010-12-22 | 2 | -3/+3 |
| | | | | | llvm-svn: 122436 | ||||
| * | Forgot to move the files in CMakeLists.txt. | Argyrios Kyrtzidis | 2010-12-22 | 1 | -1/+3 |
| | | | | | llvm-svn: 122433 | ||||
| * | Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir ↵ | Argyrios Kyrtzidis | 2010-12-22 | 2 | -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 Kyrtzidis | 2010-12-22 | 44 | -223/+223 |
| | | | | | llvm-svn: 122424 | ||||
| * | [analyzer] Refactoring: Move stuff into namespace 'GR'. | Argyrios Kyrtzidis | 2010-12-22 | 47 | -55/+122 |
| | | | | | llvm-svn: 122423 | ||||
| * | [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own ↵ | Argyrios Kyrtzidis | 2010-12-22 | 49 | -0/+9562 |
| library, libclangGRCheckers llvm-svn: 122422 | |||||

