1. 64b864e Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  2. 2f491fb Added GraphTraits template specialization for Stmt* to treat ASTs like graphs. by Ted Kremenek · 17 years ago
  3. 1ff4115 More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor. by Ted Kremenek · 17 years ago
  4. 9fa2889 Added two new visitors that extend CFGStmtVisitor: CFGRecStmtVisitor and CFGRecStmtDeclVisitor. by Ted Kremenek · 17 years ago
  5. 4bc52ce by Steve Naroff · 17 years ago
  6. c03b040 by Steve Naroff · 17 years ago
  7. 10ca99c Remove alloca import... by Steve Naroff · 17 years ago
  8. c39ca26 by Steve Naroff · 17 years ago
  9. 5b3036e DataflowSolver now acccepts an "_Equal" template parameter that allows the user by Ted Kremenek · 17 years ago
  10. 05d09a2 Fixed bug where getBitRef would incorrectly grab the bit from the by Ted Kremenek · 17 years ago
  11. 17aac83 Changed solver to use "==" operator when comparing dataflow values by Ted Kremenek · 17 years ago
  12. a1d3586 Minor performance fix in transfer function logic. Previously we by Ted Kremenek · 17 years ago
  13. f92ba51 More refactoring and code reduction. by Ted Kremenek · 17 years ago
  14. 3fa5e09 Add overloaded versions of DataflowSolver::runOnBlock to simplify by Ted Kremenek · 17 years ago
  15. 68447a6 Added member template CFG::VisitBlockStmts to provide a succinct way by Ted Kremenek · 17 years ago
  16. 9439387 Additional comments and cosmetic cleanups. by Ted Kremenek · 17 years ago
  17. f25220e Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
  18. 2a20356 Moved TransferFunction object within DataflowSolver to be a instance by Ted Kremenek · 17 years ago
  19. 2e3e630 Modified DataFlowValues and DataflowSolver to associate dataflow value by Ted Kremenek · 17 years ago
  20. d1472a5 Added type "CFG::Edge" to encapsulate the notion of directed-edges by Ted Kremenek · 17 years ago
  21. b61a8e4 alloca.h doesn't exist on Windows. by Hartmut Kaiser · 17 years ago
  22. b3886be alloca.h is needed on Solaris by Gabor Greif · 17 years ago
  23. 8b5ab6f Uses more description name for method implementation kind argument. by Fariborz Jahanian · 17 years ago
  24. 457d2ea Updated VC++ project files after file rename. by Hartmut Kaiser · 17 years ago
  25. 4a2b0ac Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  26. e6148f3 Bug fix to merging of data flow values (merge incorrectly made values by Ted Kremenek · 17 years ago
  27. 65a506b Add a comment and remove unused constructors. by Steve Naroff · 17 years ago
  28. 4472f17 Made driver flag --check-uninit-values more self-explanatory. by Ted Kremenek · 17 years ago
  29. 6d87ce5 Fixed a VC++ issue related to bitmasks. As it turns out the compiler fills the unused bits of the word a bitmask is stored in with '1' (or randomly, I can't tell, I've seen '1' so far only), which creates wrong results in certain cases. by Hartmut Kaiser · 17 years ago
  30. 63ca8ae Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  31. d3f5ee4 by Steve Naroff · 17 years ago
  32. ca8c600 Re-added UninitializedValues.cpp to the XCode project because the file was renamed. by Ted Kremenek · 17 years ago
  33. a866f5d Renamed file due to mispelling. by Ted Kremenek · 17 years ago
  34. 0a03ce6 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 17 years ago
  35. 253118b by Steve Naroff · 17 years ago
  36. 3871d8e More progress on UnitializedValues checker. We now have preliminary support by Ted Kremenek · 17 years ago
  37. 334b30a Split tracking of unitialized values for Decls and CFGBlock-level expressions. by Ted Kremenek · 17 years ago
  38. 3e03975 Removed "ObserverTy" from core DataflowValues types. The observer by Ted Kremenek · 17 years ago
  39. 3e88d75 Removed check for NULL CFG. Bad CFGs will fire an assertion failure by Ted Kremenek · 17 years ago
  40. 844cb4d When building CFGs we now (unconditionally) add an empty CFGBlock to the CFG by Ted Kremenek · 17 years ago
  41. 75fe3b1 Added ASTConsumer.h to XCode project. by Ted Kremenek · 17 years ago
  42. aa1b6d4 Fix a few 80 column violations. by Steve Naroff · 17 years ago
  43. 590aba8 Add const to debug hook... by Steve Naroff · 17 years ago
  44. 948fd37 by Steve Naroff · 17 years ago
  45. 284bff9 Fixed unterminated string issue. by Hartmut Kaiser · 17 years ago
  46. 2600217 make var in anon namespace static. Use \n instead of std::endl. by Chris Lattner · 17 years ago
  47. 38af701 Silenced a VC++ warning. Updated VC++ project files. by Hartmut Kaiser · 17 years ago
  48. b4134a8 remove some obsolete interfaces. by Chris Lattner · 17 years ago
  49. 129758d switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  50. 12ee82e From Justin Handville: by Chris Lattner · 17 years ago
  51. 0bb24a0 Fix html problem, patch by Justin Handville by Chris Lattner · 17 years ago
  52. 1d2b461 fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
  53. b15b438 decl counting isn't implemented yet for objc. -stats probably crashes for it. by Chris Lattner · 17 years ago
  54. 03c512e Fix a GCC warning, patch by Justin Handville by Chris Lattner · 17 years ago
  55. 1501e12 fix warning. by Chris Lattner · 17 years ago
  56. f0c31dd Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  57. 5cbb02f Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  58. 87d58b4 Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  59. f9aba31 Fixed a problem VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  60. 752a005 Fixed two problems VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  61. 612f174 Updated VC++ build system. Silenced a couple of VC++ warnings. by Hartmut Kaiser · 17 years ago
  62. 52332d0 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
  63. b73abd5 convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
  64. 1cc0171 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  65. 5762937 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  66. cfe0ff0 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
  67. e5c871a fix comment by Chris Lattner · 17 years ago
  68. 0acc9c9 by Steve Naroff · 17 years ago
  69. c2e4644 Couple of new classes for objective-c's @protocol typings. by Fariborz Jahanian · 17 years ago
  70. e79832f Added several files to XCode project file... by Ted Kremenek · 17 years ago
  71. ffeaa55 by Steve Naroff · 17 years ago
  72. 7f49f50 Prototype implementation of new template-based dataflow solver. by Ted Kremenek · 17 years ago
  73. 9bb759f by Steve Naroff · 17 years ago
  74. ebcc9b6 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  75. 023a439 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
  76. dc1ad76 by Steve Naroff · 17 years ago
  77. 2591e1b by Steve Naroff · 17 years ago
  78. cb59747 by Steve Naroff · 17 years ago
  79. 3957dae Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  80. d21bc0d by Steve Naroff · 17 years ago
  81. b2a7dab update to match llvm mainline api by Chris Lattner · 17 years ago
  82. b0e17eb adjust to a change in the LLVM APIs, this is still very hackish until by Chris Lattner · 17 years ago
  83. 1aef621 When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
  84. 409dfd1 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
  85. f7f1a1f by Steve Naroff · 17 years ago
  86. 45d8f0b Minor space tightening. by Ted Kremenek · 17 years ago
  87. 420d0f5 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  88. cee54de Fixed recursion bug: should call Visit on child instead of VisitStmt. by Ted Kremenek · 17 years ago
  89. de8e2bc Fixed logic bug in recursion to visiting child statements. by Ted Kremenek · 17 years ago
  90. 95af50a Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project. by Ted Kremenek · 17 years ago
  91. 00b6327 Migrated LiveVariables to use the new DataflowStmtVisitor interface. The code by Ted Kremenek · 17 years ago
  92. 8cd5aba Added extensions (subclasses) to the StmtVisitor class that by Ted Kremenek · 17 years ago
  93. 86f74a4 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  94. 61adb66 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
  95. 6a0e209 by Steve Naroff · 17 years ago
  96. 999c58d Added static method "CFG::hasImplicitControlFlow". by Ted Kremenek · 17 years ago
  97. d11620d Fixed bug where ternary expressions and GCC-style conditional expressions by Ted Kremenek · 17 years ago
  98. 7549489 by Steve Naroff · 17 years ago
  99. 4d627f5 Change ObjcMethodDecl class derivation. by Fariborz Jahanian · 17 years ago
  100. 1278929 For looking at "dead stores" in declarations, we now check to see by Ted Kremenek · 17 years ago