| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor DereferenceChecker to use only the new Checker API instead of | Ted Kremenek | 2009-11-11 | 1 | -78/+82 |
| | | | | | | | | | | | the old builder API. This percolated a bunch of changes up to the Checker class (where CheckLocation has been renamed VisitLocation) and GRExprEngine. ProgramPoint now has the notion of a "LocationCheck" point (with PreLoad and PreStore respectively), and a bunch of the old ProgramPoints that are no longer used have been removed. llvm-svn: 86798 | ||||
| * | Minor cleanup: use BuiltinBug (which will soon be renamed) for ↵ | Ted Kremenek | 2009-11-06 | 1 | -3/+2 |
| | | | | | | | DeferenceChecker and friends so that they always report the same bug type. llvm-svn: 86208 | ||||
| * | Merge NullDerefChecker.[h,cpp] and UndefDerefChecker.[h,cpp]. They are ↵ | Ted Kremenek | 2009-11-03 | 1 | -0/+112 |
| essentially two parts of the same check. llvm-svn: 85911 | |||||

