1. 0a03ce6 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 17 years ago
  2. 3e88d75 Removed check for NULL CFG. Bad CFGs will fire an assertion failure by Ted Kremenek · 17 years ago
  3. 129758d switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  4. 52332d0 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
  5. b73abd5 convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
  6. 1cc0171 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  7. cb59747 by Steve Naroff · 17 years ago
  8. 409dfd1 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
  9. faed3bf Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  10. 6b2b4e3 Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
  11. 39b8c4b -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
  12. 1e3c202 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
  13. e805c4a Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  14. 0533468 LiveVariables: by Ted Kremenek · 17 years ago
  15. aa04c51 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  16. bbc51ad Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  17. b3bb91b Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
  18. 987058a Make parse-ast-print print the storage class and inline specifier of functions. by Chris Lattner · 17 years ago
  19. 4db5b45 Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitalization. by Ted Kremenek · 17 years ago
  20. 97f7531 Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. by Ted Kremenek · 17 years ago
  21. 9557878 add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  22. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago