1. 3d4997d convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
  2. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  3. 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  4. 8bdcc47 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
  5. 30df93b fix comment by Chris Lattner · 17 years ago
  6. 08d92e4 by Steve Naroff · 17 years ago
  7. e107647 Couple of new classes for objective-c's @protocol typings. by Fariborz Jahanian · 17 years ago
  8. a1dff2e Added several files to XCode project file... by Ted Kremenek · 17 years ago
  9. f13271f by Steve Naroff · 17 years ago
  10. 13ed7fe Prototype implementation of new template-based dataflow solver. by Ted Kremenek · 17 years ago
  11. 7421664 by Steve Naroff · 17 years ago
  12. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  13. e267ab6 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
  14. f38661e by Steve Naroff · 17 years ago
  15. 9474504 by Steve Naroff · 17 years ago
  16. 8e74c93 by Steve Naroff · 17 years ago
  17. 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  18. c752d04 by Steve Naroff · 17 years ago
  19. ca2617c update to match llvm mainline api by Chris Lattner · 17 years ago
  20. 191396c adjust to a change in the LLVM APIs, this is still very hackish until by Chris Lattner · 17 years ago
  21. 419ea7e When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
  22. b800dc2 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
  23. a9aa5e6 by Steve Naroff · 17 years ago
  24. 97487a0 Minor space tightening. by Ted Kremenek · 17 years ago
  25. 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  26. 37f9701 Fixed recursion bug: should call Visit on child instead of VisitStmt. by Ted Kremenek · 17 years ago
  27. 85d28b4 Fixed logic bug in recursion to visiting child statements. by Ted Kremenek · 17 years ago
  28. 8b2d2fd Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project. by Ted Kremenek · 17 years ago
  29. f175805 Migrated LiveVariables to use the new DataflowStmtVisitor interface. The code by Ted Kremenek · 17 years ago
  30. 73c80c2 Added extensions (subclasses) to the StmtVisitor class that by Ted Kremenek · 17 years ago
  31. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  32. 3494725 Removed clang solution file for VC++, which didn't work properly because of hard coded paths in the llvm project files. by Hartmut Kaiser · 17 years ago
  33. bb20469 by Steve Naroff · 17 years ago
  34. 155383b Added static method "CFG::hasImplicitControlFlow". by Ted Kremenek · 17 years ago
  35. f50ec10 Fixed bug where ternary expressions and GCC-style conditional expressions by Ted Kremenek · 17 years ago
  36. 4473921 by Steve Naroff · 17 years ago
  37. 8a4010d Change ObjcMethodDecl class derivation. by Fariborz Jahanian · 17 years ago
  38. ce1cab9 For looking at "dead stores" in declarations, we now check to see by Ted Kremenek · 17 years ago
  39. a596533 Fixed potential NULL dereference when iterating over a chain of Decls. by Ted Kremenek · 17 years ago
  40. 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  41. 01c2c6e Fixed isFunctionPointerType to correctly handle typedefs. by Ted Kremenek · 17 years ago
  42. 08d5139 by Steve Naroff · 17 years ago
  43. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  44. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  45. c0576ca Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
  46. eb641f9 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
  47. 498b0d1 Added "isFunctionPointerType()" so that we can readily see if a DeclRefExpr by Ted Kremenek · 17 years ago
  48. b00c95e Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and by Ted Kremenek · 17 years ago
  49. 4d33275 Don't rely on ADL to find this member, patch by Justin Handville by Chris Lattner · 17 years ago
  50. 567a7e6 -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
  51. 74bf2c9 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
  52. 124dd7b Fixed compilation on Windows. by Hartmut Kaiser · 17 years ago
  53. 83522a3 Added more checking in "dead stores" for values that are initialized by Ted Kremenek · 17 years ago
  54. e2ca142 Minor bug fixes to corner cases where LiveVariables would crash on some CFGs by Ted Kremenek · 17 years ago
  55. 1ed6d2e Forgot to check in the actual "dead stores" checker in the last commit! by Ted Kremenek · 17 years ago
  56. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  57. 27b07c5 LiveVariables: by Ted Kremenek · 17 years ago
  58. 3536b44 by Steve Naroff · 17 years ago
  59. 61f6216 Added LabelLoc to GotoStmt to record the source location of the label token by Ted Kremenek · 17 years ago
  60. 7cba960 Added libClangAnalysis by Ted Kremenek · 17 years ago
  61. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  62. f3a031f remove the FATAL classifier. by Chris Lattner · 17 years ago
  63. 3936c58 remove sorry. by Chris Lattner · 17 years ago
  64. f28b264 by Steve Naroff · 17 years ago
  65. a65ff6c Patch for parsing objective-c style method calls. by Fariborz Jahanian · 17 years ago
  66. 9438252 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
  67. 0ccb27d 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
  68. 8cd8c66 Fixed a typo pointed out by Anders Calrsson. by Fariborz Jahanian · 17 years ago
  69. 7cf8c44 by Steve Naroff · 17 years ago
  70. e992af0 Patch to parse objective-c's @compatibility_alias directive. by Fariborz Jahanian · 17 years ago
  71. c15ab86 Set eol and mime type properties for VC8 build files by Hartmut Kaiser · 17 years ago
  72. fe0a8eb Updated VC8 project files. by Hartmut Kaiser · 17 years ago
  73. d627889 Updated calls to CreateGEP to new interface in LLVM mainline. by Ted Kremenek · 17 years ago
  74. e39245b disable this for now. by Chris Lattner · 17 years ago
  75. 9e8925e by Steve Naroff · 17 years ago
  76. 8c2944e updates (?) to the vc++ files, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  77. 717e7e3 silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  78. 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  79. 47f7dbf eliminate some VC++ warnings, patch contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
  80. 34eff39 add a VC++ solution file, contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
  81. 371227d by Steve Naroff · 17 years ago
  82. a8c11c6 VC++ doesn't define S_ISDIR by Chris Lattner · 17 years ago
  83. 0e85a27 Add a method required by the VC++ STL, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  84. 77034d3 Add #include required on win32. by Chris Lattner · 17 years ago
  85. b812814 Eliminate some VC++ warnings, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  86. 6a4545e Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
  87. 0b6f0ee initial checkin of vc++ project files, contributed by Hartmut Kaiser! by Chris Lattner · 17 years ago
  88. d35005e by Steve Naroff · 17 years ago
  89. 38374b0 by Steve Naroff · 17 years ago
  90. 6f9f307 More semantic analysis of initializers. by Steve Naroff · 17 years ago
  91. f009063 by Steve Naroff · 17 years ago
  92. 9dcbfa4 by Steve Naroff · 17 years ago
  93. ac00b7f Patch to parse @implementation prologue, method definitions, by Fariborz Jahanian · 17 years ago
  94. 507f2d5 by Steve Naroff · 17 years ago
  95. b5a6958 by Steve Naroff · 17 years ago
  96. b2d963f add stmtexpr support for aggregates by Chris Lattner · 17 years ago
  97. 7e20d09 add support for complex stmtexpr's by Chris Lattner · 17 years ago
  98. 9b65551 Generalize RValue to handle complex better, generalize EmitCompoundStmt to by Chris Lattner · 17 years ago
  99. 60266e8 Fixed missing '(' and ')' characters in (CFG) pretty-printing of by Ted Kremenek · 17 years ago
  100. aeddbf6 Added better pretty printing in CFGs for __builtin_choose_expr by Ted Kremenek · 17 years ago