1. 64789f8 More #include cleaning by Daniel Dunbar · 16 years ago
  2. d5a56aa change more instances of QualType::getCanonicalType to call by Chris Lattner · 16 years ago
  3. 9f20c7c Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GRExprEngineInternalChecks.cpp. by Ted Kremenek · 16 years ago
  4. bbafa5b Added path-sensitive checking for null pointer values passed to function arguments marked nonnull. by Ted Kremenek · 16 years ago
  5. f22f868 Refactored most of the "Store" piece of ValueState into a Store type. The by Ted Kremenek · 16 years ago
  6. c129055 Added a simple static analysis check to look for improper uses of CFCreateNumber. by Ted Kremenek · 16 years ago
  7. 9ed3e77 - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h by Steve Naroff · 16 years ago
  8. f44f093 fix warning with gcc 4.1 (ptr to bool convertion) by Nuno Lopes · 16 years ago
  9. 5c3407a Do not highlight bogus ranges for leaks. by Ted Kremenek · 16 years ago
  10. d810bf8 More cleanups with ObjCQualifiedIdType in the static analyzer. by Ted Kremenek · 16 years ago
  11. 7cefcac Teach more of the static analyzer about ObjCQualifiedIdType. by Ted Kremenek · 16 years ago
  12. bfc6cce Gracefully handle when the receiver of a message expression is not a pointer type. by Ted Kremenek · 16 years ago
  13. e376985 Generalize caching mechanism for bugs reports. Now individual BugTypes by Ted Kremenek · 16 years ago
  14. 270ab7d Simplified internal logic of BugReporter, consolidating EmitWarning and by Ted Kremenek · 16 years ago
  15. e3ef1c7 Hooked up the dead-store checker to the BugReporter interface. Now dead-store by Ted Kremenek · 16 years ago
  16. 128d65f Fixed regressions in error reporting due to copy-paste errors (using the "begin" by Ted Kremenek · 16 years ago
  17. 0e80dea Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter. by Ted Kremenek · 16 years ago
  18. 92c78b6 Added investigate patch for an occasionally failing assertion (heisenbug?) by Ted Kremenek · 16 years ago
  19. f00daf0 Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use by Ted Kremenek · 16 years ago
  20. 44e7404 Added skeleton checking for NSString's method initWithFormat: (do not pass nil). This won't be useful in most cases right now by Ted Kremenek · 16 years ago
  21. 639247a Expanded NSString checking to check for nil for a few more methods. by Ted Kremenek · 16 years ago
  22. b20dccc Add line SourceLocation to NSString checks. by Ted Kremenek · 16 years ago
  23. 583c438 Hooked up initial NSString interface checking to GRSimpleVals. by Ted Kremenek · 16 years ago
  24. 7a68194 Add creation of BasicObjCFoundationChecks when running GRSimpleVals from the driver. by Ted Kremenek · 16 years ago
  25. b0a2e47 Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless checkers to be injected into the analyzer. by Ted Kremenek · 16 years ago