1. 8de0a3d MemRegion can refer to ASTContext without external help. by Zhongxing Xu · 15 years ago
  2. c048322 Checker: random include cleanup. by Benjamin Kramer · 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 (93%) from clang/lib/Analysis/ArrayBoundChecker.cpp]
  5. 228b0d4 Add support for computing size in elements for symbolic regions obtained from by Zhongxing Xu · 16 years ago
  6. 65c6566 lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 16 years ago
  7. b0c0b08 After performing a bounds check in ArrayBoundChecker, record the fact that a bounds check succeeded by transitioning the ExplodedGraph. by Ted Kremenek · 16 years ago
  8. f573515 Clean up the Checker API a little more, resolving some hidden bugs by Ted Kremenek · 16 years ago
  9. f4c511b Change *BugReport constructors to take StringRefs. by Benjamin Kramer · 16 years ago
  10. 383c273 Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal. by Zhongxing Xu · 16 years ago
  11. 4f7759a Reimplement out-of-bound array access checker with the new checker interface. by Zhongxing Xu · 16 years ago