1. 91578f3 by Steve Naroff · 17 years ago
  2. aaa3cf8 Fix regression with ObjC method definitions and -ast-print by Steve Naroff · 17 years ago
  3. a36c486 Clean up types, removing some casts. Patch contributed by Cedric Venet. by Chris Lattner · 17 years ago
  4. 0330071 by Steve Naroff · 17 years ago
  5. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  6. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  7. 7a4718e Take 2. by Devang Patel · 17 years ago
  8. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  9. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  10. edcfb42 Pretty printing for ivar list of an interface block. by Fariborz Jahanian · 17 years ago
  11. 8de2826 by Steve Naroff · 17 years ago
  12. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  13. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  14. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 17 years ago
  15. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago[Renamed (97%) from Driver/ASTStreamers.cpp]
  16. 2204ec1 add a missing ; by Chris Lattner · 17 years ago
  17. 9fa5e65 stub out some printing of objc decls. by Chris Lattner · 17 years ago
  18. 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  19. fdd225e Further refactored DataflowSolver. Now most code for the solver is shared by Ted Kremenek · 17 years ago
  20. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  21. 2bf5514 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 17 years ago
  22. 1225966 Removed check for NULL CFG. Bad CFGs will fire an assertion failure by Ted Kremenek · 17 years ago
  23. 580980b switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  24. c0508f9 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
  25. 3d4997d convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
  26. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  27. 8e74c93 by Steve Naroff · 17 years ago
  28. b800dc2 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
  29. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  30. c0576ca Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
  31. 567a7e6 -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
  32. 74bf2c9 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
  33. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  34. 27b07c5 LiveVariables: by Ted Kremenek · 17 years ago
  35. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  36. 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  37. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
  38. 70c8b2e Make parse-ast-print print the storage class and inline specifier of functions. by Chris Lattner · 17 years ago
  39. 026473c Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitalization. by Ted Kremenek · 17 years ago
  40. fddd518 Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. by Ted Kremenek · 17 years ago
  41. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  42. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago