1. d02e232 Change *BugReport constructors to take StringRefs. by Benjamin Kramer · 16 years ago
  2. b4b817d Refactor DereferenceChecker to use only the new Checker API instead of by Ted Kremenek · 16 years ago
  3. 2c791bd Minor cleanup: use BuiltinBug (which will soon be renamed) for DeferenceChecker and friends so that they always report the same bug type. by Ted Kremenek · 16 years ago
  4. dc998c1 Merge NullDerefChecker.[h,cpp] and UndefDerefChecker.[h,cpp]. They are essentially two parts of the same check. by Ted Kremenek · 16 years ago[Renamed (68%) from lib/Analysis/NullDerefChecker.cpp]
  5. ff04174 fix 80-col. by Zhongxing Xu · 16 years ago
  6. d86caaa Move NullDerefChecker.h instead a 'Checkers' subdirectory. by Ted Kremenek · 16 years ago
  7. bc3a021 Move all logic for the null dereference checker from GRExprEngineInternalChecks.cpp to a separate .cpp file. by Ted Kremenek · 16 years ago