1. edb77fe Constify all references to Stmt* and CFGBlock* in libChecker. by Zhongxing Xu · 15 years ago
  2. 9a12919 Overhaul the AST representation of Objective-C message send by Douglas Gregor · 16 years ago
  3. b11416d Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 16 years ago
  4. c048322 Checker: random include cleanup. by Benjamin Kramer · 16 years ago
  5. 3460b53 Reapply r99024 (but with the memory issue now fixed). by Ted Kremenek · 16 years ago
  6. 92713e7 Check if a BugReporterVisitor has already been added to a BugReporterContext. by Ted Kremenek · 16 years ago
  7. 4e3e099 Revert r99024, "Augment path diagnostics to include displaying when a message by Daniel Dunbar · 16 years ago
  8. 8a8e3e6 Augment path diagnostics to include displaying when a message expression by Ted Kremenek · 16 years ago
  9. 2286397 Add simpler checker to check if variables captured by a block are uninitialized. by Ted Kremenek · 16 years ago
  10. 57f0989 Revert 95541. by Ted Kremenek · 16 years ago
  11. 500f49f Rename: GRState::getSVal(Stmt*) => getExprVal(), by Zhongxing Xu · 16 years ago
  12. fe0fc40 Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' by Ted Kremenek · 16 years ago
  13. d6b8708 Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 16 years ago[Renamed (98%) from clang/lib/Analysis/BugReporterVisitors.cpp]
  14. 65c6566 lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 16 years ago
  15. 7020eae Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way by Ted Kremenek · 16 years ago
  16. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  17. 6e4232c Refactor the check for bad divide into a checker. by Zhongxing Xu · 16 years ago
  18. 79affb7 Refactor bad callee check into a Checker. by Zhongxing Xu · 16 years ago
  19. 14536f6 Add LocationContext* field to VarRegion. This is needed for interprocedural analysis. by Ted Kremenek · 16 years ago
  20. 9b2c79d Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter' by Ted Kremenek · 16 years ago
  21. 20227f7 As GRState seems general enough, it is time to merge some template classes by Zhongxing Xu · 16 years ago
  22. bfd28fd Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'. by Ted Kremenek · 16 years ago
  23. f128207 Move bug reporter "visitors" to their own file and make them part of the public by Ted Kremenek · 16 years ago