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