| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor cleanup: use BuiltinBug (which will soon be renamed) for ↵ | Ted Kremenek | 2009-11-06 | 1 | -2/+1 |
| | | | | | | | DeferenceChecker and friends so that they always report the same bug type. llvm-svn: 86208 | ||||
| * | Modify GRExprEngine::EvalBind() to take both a "store expression" and | Ted Kremenek | 2009-11-05 | 1 | -16/+17 |
| | | | | | | | | | an "assign expression", representing the expressions where the value binding occurs and the assignment takes place respectively. These are largely syntactic clues for better error reporting. llvm-svn: 86084 | ||||
| * | Add FIXME. | Ted Kremenek | 2009-11-04 | 1 | -0/+2 |
| | | | | | llvm-svn: 86004 | ||||
| * | Catch uses of undefined values when they are used in assignment, thus ↵ | Ted Kremenek | 2009-11-04 | 1 | -0/+59 |
| catching such bugs closer to the source. llvm-svn: 86003 | |||||

