1. c048322 Checker: random include cleanup. by Benjamin Kramer · 16 years ago
  2. 28ec56d Improve the diagnostics for the UndefinedAssignmentChecker when an by Ted Kremenek · 16 years ago
  3. fe0fc40 Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' by Ted Kremenek · 16 years ago
  4. d6b8708 Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 16 years ago[Renamed (94%) from clang/lib/Analysis/UndefinedAssignmentChecker.cpp]
  5. 65c6566 lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 16 years ago
  6. f573515 Clean up the Checker API a little more, resolving some hidden bugs by Ted Kremenek · 16 years ago
  7. f0b7fc8 Remove UndefinedAssignmentChecker's header. by Zhongxing Xu · 16 years ago
  8. f4c511b Change *BugReport constructors to take StringRefs. by Benjamin Kramer · 16 years ago
  9. 2980b97 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
  10. 209e31b Modify GRExprEngine::EvalBind() to take both a "store expression" and by Ted Kremenek · 16 years ago
  11. 9346a56 Add FIXME. by Ted Kremenek · 16 years ago
  12. ef91004 Catch uses of undefined values when they are used in assignment, thus catching such bugs closer to the source. by Ted Kremenek · 16 years ago