summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/DereferenceChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor DereferenceChecker to use only the new Checker API instead ofTed Kremenek2009-11-111-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 Kremenek2009-11-061-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 Kremenek2009-11-031-0/+112
essentially two parts of the same check. llvm-svn: 85911
OpenPOWER on IntegriCloud