1. 1225966 Removed check for NULL CFG. Bad CFGs will fire an assertion failure by Ted Kremenek · 17 years ago
  2. 94b3316 When building CFGs we now (unconditionally) add an empty CFGBlock to the CFG by Ted Kremenek · 17 years ago
  3. d2aecc3 Added ASTConsumer.h to XCode project. by Ted Kremenek · 17 years ago
  4. d16245b Fix a few 80 column violations. by Steve Naroff · 17 years ago
  5. e5ea380 Add const to debug hook... by Steve Naroff · 17 years ago
  6. 3f128ad by Steve Naroff · 17 years ago
  7. 3860c11 Fixed unterminated string issue. by Hartmut Kaiser · 17 years ago
  8. 0012351 make var in anon namespace static. Use \n instead of std::endl. by Chris Lattner · 17 years ago
  9. 86fd355 Silenced a VC++ warning. Updated VC++ project files. by Hartmut Kaiser · 17 years ago
  10. 4b1aa81 remove some obsolete interfaces. by Chris Lattner · 17 years ago
  11. 580980b switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  12. dce7bd6 From Justin Handville: by Chris Lattner · 17 years ago
  13. 8438624 Fix html problem, patch by Justin Handville by Chris Lattner · 17 years ago
  14. b1776cb fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
  15. 7341c33 decl counting isn't implemented yet for objc. -stats probably crashes for it. by Chris Lattner · 17 years ago
  16. 9e6622d Fix a GCC warning, patch by Justin Handville by Chris Lattner · 17 years ago
  17. f874c13 fix warning. by Chris Lattner · 17 years ago
  18. 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  19. 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  20. f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  21. 6bfce24 Fixed a problem VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  22. bd250b4 Fixed two problems VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  23. 1ff4f0c Updated VC++ build system. Silenced a couple of VC++ warnings. by Hartmut Kaiser · 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. 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  28. 8bdcc47 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
  29. 30df93b fix comment by Chris Lattner · 17 years ago
  30. 08d92e4 by Steve Naroff · 17 years ago
  31. e107647 Couple of new classes for objective-c's @protocol typings. by Fariborz Jahanian · 17 years ago
  32. a1dff2e Added several files to XCode project file... by Ted Kremenek · 17 years ago
  33. f13271f by Steve Naroff · 17 years ago
  34. 13ed7fe Prototype implementation of new template-based dataflow solver. by Ted Kremenek · 17 years ago
  35. 7421664 by Steve Naroff · 17 years ago
  36. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  37. e267ab6 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
  38. f38661e by Steve Naroff · 17 years ago
  39. 9474504 by Steve Naroff · 17 years ago
  40. 8e74c93 by Steve Naroff · 17 years ago
  41. 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  42. c752d04 by Steve Naroff · 17 years ago
  43. ca2617c update to match llvm mainline api by Chris Lattner · 17 years ago
  44. 191396c adjust to a change in the LLVM APIs, this is still very hackish until by Chris Lattner · 17 years ago
  45. 419ea7e When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
  46. b800dc2 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
  47. a9aa5e6 by Steve Naroff · 17 years ago
  48. 97487a0 Minor space tightening. by Ted Kremenek · 17 years ago
  49. 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  50. 37f9701 Fixed recursion bug: should call Visit on child instead of VisitStmt. by Ted Kremenek · 17 years ago
  51. 85d28b4 Fixed logic bug in recursion to visiting child statements. by Ted Kremenek · 17 years ago
  52. 8b2d2fd Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project. by Ted Kremenek · 17 years ago
  53. f175805 Migrated LiveVariables to use the new DataflowStmtVisitor interface. The code by Ted Kremenek · 17 years ago
  54. 73c80c2 Added extensions (subclasses) to the StmtVisitor class that by Ted Kremenek · 17 years ago
  55. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  56. 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
  57. bb20469 by Steve Naroff · 17 years ago
  58. 155383b Added static method "CFG::hasImplicitControlFlow". by Ted Kremenek · 17 years ago
  59. f50ec10 Fixed bug where ternary expressions and GCC-style conditional expressions by Ted Kremenek · 17 years ago
  60. 4473921 by Steve Naroff · 17 years ago
  61. 8a4010d Change ObjcMethodDecl class derivation. by Fariborz Jahanian · 17 years ago
  62. ce1cab9 For looking at "dead stores" in declarations, we now check to see by Ted Kremenek · 17 years ago
  63. a596533 Fixed potential NULL dereference when iterating over a chain of Decls. by Ted Kremenek · 17 years ago
  64. 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  65. 01c2c6e Fixed isFunctionPointerType to correctly handle typedefs. by Ted Kremenek · 17 years ago
  66. 08d5139 by Steve Naroff · 17 years ago
  67. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  68. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  69. c0576ca Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
  70. eb641f9 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
  71. 498b0d1 Added "isFunctionPointerType()" so that we can readily see if a DeclRefExpr by Ted Kremenek · 17 years ago
  72. b00c95e Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and by Ted Kremenek · 17 years ago
  73. 4d33275 Don't rely on ADL to find this member, patch by Justin Handville by Chris Lattner · 17 years ago
  74. 567a7e6 -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
  75. 74bf2c9 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
  76. 124dd7b Fixed compilation on Windows. by Hartmut Kaiser · 17 years ago
  77. 83522a3 Added more checking in "dead stores" for values that are initialized by Ted Kremenek · 17 years ago
  78. e2ca142 Minor bug fixes to corner cases where LiveVariables would crash on some CFGs by Ted Kremenek · 17 years ago
  79. 1ed6d2e Forgot to check in the actual "dead stores" checker in the last commit! by Ted Kremenek · 17 years ago
  80. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  81. 27b07c5 LiveVariables: by Ted Kremenek · 17 years ago
  82. 3536b44 by Steve Naroff · 17 years ago
  83. 61f6216 Added LabelLoc to GotoStmt to record the source location of the label token by Ted Kremenek · 17 years ago
  84. 7cba960 Added libClangAnalysis by Ted Kremenek · 17 years ago
  85. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  86. f3a031f remove the FATAL classifier. by Chris Lattner · 17 years ago
  87. 3936c58 remove sorry. by Chris Lattner · 17 years ago
  88. f28b264 by Steve Naroff · 17 years ago
  89. a65ff6c Patch for parsing objective-c style method calls. by Fariborz Jahanian · 17 years ago
  90. 9438252 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
  91. 0ccb27d 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
  92. 8cd8c66 Fixed a typo pointed out by Anders Calrsson. by Fariborz Jahanian · 17 years ago
  93. 7cf8c44 by Steve Naroff · 17 years ago
  94. e992af0 Patch to parse objective-c's @compatibility_alias directive. by Fariborz Jahanian · 17 years ago
  95. c15ab86 Set eol and mime type properties for VC8 build files by Hartmut Kaiser · 17 years ago
  96. fe0a8eb Updated VC8 project files. by Hartmut Kaiser · 17 years ago
  97. d627889 Updated calls to CreateGEP to new interface in LLVM mainline. by Ted Kremenek · 17 years ago
  98. e39245b disable this for now. by Chris Lattner · 17 years ago
  99. 9e8925e by Steve Naroff · 17 years ago
  100. 8c2944e updates (?) to the vc++ files, patch by Hartmut Kaiser by Chris Lattner · 17 years ago