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