1. 2591e1b by Steve Naroff · 17 years ago
  2. cb59747 by Steve Naroff · 17 years ago
  3. 3957dae Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  4. d21bc0d by Steve Naroff · 17 years ago
  5. b2a7dab update to match llvm mainline api by Chris Lattner · 17 years ago
  6. b0e17eb adjust to a change in the LLVM APIs, this is still very hackish until by Chris Lattner · 17 years ago
  7. 1aef621 When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
  8. 409dfd1 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
  9. f7f1a1f by Steve Naroff · 17 years ago
  10. 45d8f0b Minor space tightening. by Ted Kremenek · 17 years ago
  11. 420d0f5 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  12. cee54de Fixed recursion bug: should call Visit on child instead of VisitStmt. by Ted Kremenek · 17 years ago
  13. de8e2bc Fixed logic bug in recursion to visiting child statements. by Ted Kremenek · 17 years ago
  14. 95af50a Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project. by Ted Kremenek · 17 years ago
  15. 00b6327 Migrated LiveVariables to use the new DataflowStmtVisitor interface. The code by Ted Kremenek · 17 years ago
  16. 8cd5aba Added extensions (subclasses) to the StmtVisitor class that by Ted Kremenek · 17 years ago
  17. 86f74a4 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  18. 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
  19. 6a0e209 by Steve Naroff · 17 years ago
  20. 999c58d Added static method "CFG::hasImplicitControlFlow". by Ted Kremenek · 17 years ago
  21. d11620d Fixed bug where ternary expressions and GCC-style conditional expressions by Ted Kremenek · 17 years ago
  22. 7549489 by Steve Naroff · 17 years ago
  23. 4d627f5 Change ObjcMethodDecl class derivation. by Fariborz Jahanian · 17 years ago
  24. 1278929 For looking at "dead stores" in declarations, we now check to see by Ted Kremenek · 17 years ago
  25. c0c3d73 Fixed potential NULL dereference when iterating over a chain of Decls. by Ted Kremenek · 17 years ago
  26. 61ce98c get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  27. 74a3407 Fixed isFunctionPointerType to correctly handle typedefs. by Ted Kremenek · 17 years ago
  28. 1830be7 by Steve Naroff · 17 years ago
  29. faed3bf Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  30. 3dc7cbc Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  31. 6b2b4e3 Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
  32. 97a0ad5 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
  33. 83b0127 Added "isFunctionPointerType()" so that we can readily see if a DeclRefExpr by Ted Kremenek · 17 years ago
  34. d1d8826 Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and by Ted Kremenek · 17 years ago
  35. 3d06ad9 Don't rely on ADL to find this member, patch by Justin Handville by Chris Lattner · 17 years ago
  36. 39b8c4b -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
  37. 1e3c202 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
  38. 7c6f0c7 Fixed compilation on Windows. by Hartmut Kaiser · 17 years ago
  39. 42276bc Added more checking in "dead stores" for values that are initialized by Ted Kremenek · 17 years ago
  40. f63bda5 Minor bug fixes to corner cases where LiveVariables would crash on some CFGs by Ted Kremenek · 17 years ago
  41. e9646a0 Forgot to check in the actual "dead stores" checker in the last commit! by Ted Kremenek · 17 years ago
  42. e805c4a Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  43. 0533468 LiveVariables: by Ted Kremenek · 17 years ago
  44. 81f1bba by Steve Naroff · 17 years ago
  45. a65ad46 Added LabelLoc to GotoStmt to record the source location of the label token by Ted Kremenek · 17 years ago
  46. 715172a Added libClangAnalysis by Ted Kremenek · 17 years ago
  47. aa04c51 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  48. ef371a0 remove the FATAL classifier. by Chris Lattner · 17 years ago
  49. eb851e8 remove sorry. by Chris Lattner · 17 years ago
  50. 304ed39 by Steve Naroff · 17 years ago
  51. d4462f9 Patch for parsing objective-c style method calls. by Fariborz Jahanian · 17 years ago
  52. 1459457 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
  53. 1e534dc 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
  54. 6c30fa6 Fixed a typo pointed out by Anders Calrsson. by Fariborz Jahanian · 17 years ago
  55. 4f91099 by Steve Naroff · 17 years ago
  56. b62aff3 Patch to parse objective-c's @compatibility_alias directive. by Fariborz Jahanian · 17 years ago
  57. a818522 Set eol and mime type properties for VC8 build files by Hartmut Kaiser · 17 years ago
  58. 274cd17 Updated VC8 project files. by Hartmut Kaiser · 17 years ago
  59. 7f6f4a4 Updated calls to CreateGEP to new interface in LLVM mainline. by Ted Kremenek · 17 years ago
  60. 2806720 disable this for now. by Chris Lattner · 17 years ago
  61. e6a8c9b by Steve Naroff · 17 years ago
  62. 2b8f121 updates (?) to the vc++ files, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  63. 14bba0c silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  64. 3496d52 Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  65. a96e0d8 eliminate some VC++ warnings, patch contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
  66. 84fb894 add a VC++ solution file, contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
  67. 509d0b5 by Steve Naroff · 17 years ago
  68. c9b4918 VC++ doesn't define S_ISDIR by Chris Lattner · 17 years ago
  69. 2157f27 Add a method required by the VC++ STL, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  70. 1b02318 Add #include required on win32. by Chris Lattner · 17 years ago
  71. c75ccff Eliminate some VC++ warnings, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  72. a09a2c0 Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
  73. 37e23c9 initial checkin of vc++ project files, contributed by Hartmut Kaiser! by Chris Lattner · 17 years ago
  74. 1c9de71 by Steve Naroff · 17 years ago
  75. 7c9d72d by Steve Naroff · 17 years ago
  76. 9091f3f More semantic analysis of initializers. by Steve Naroff · 17 years ago
  77. e14e554 by Steve Naroff · 17 years ago
  78. a610eab by Steve Naroff · 17 years ago
  79. 027c23b Patch to parse @implementation prologue, method definitions, by Fariborz Jahanian · 17 years ago
  80. c32a20d by Steve Naroff · 17 years ago
  81. 5d2fff8 by Steve Naroff · 17 years ago
  82. bab0bfb add stmtexpr support for aggregates by Chris Lattner · 17 years ago
  83. 987b0f1 add support for complex stmtexpr's by Chris Lattner · 17 years ago
  84. e24c4cf Generalize RValue to handle complex better, generalize EmitCompoundStmt to by Chris Lattner · 17 years ago
  85. 16e3b9a Fixed missing '(' and ')' characters in (CFG) pretty-printing of by Ted Kremenek · 17 years ago
  86. 2025cc9 Added better pretty printing in CFGs for __builtin_choose_expr by Ted Kremenek · 17 years ago
  87. 86afc04 Further cleanups in CFG printing for comma expressions, statement expressions, and indirect gotos. by Ted Kremenek · 17 years ago
  88. ea6cdd7 implement code generation for scalar stmt expressions. by Chris Lattner · 17 years ago
  89. f2b0757 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  90. 621e159 Cleanups for printing the terminators of CFGBlocks for "?", "||", and "&&" operators. by Ted Kremenek · 17 years ago
  91. b37522e diagnose extended uses of offsetof by Chris Lattner · 17 years ago
  92. 21701c7 new diag by Chris Lattner · 17 years ago
  93. 08176a5 Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
  94. ce9d5fe Added #ifndef/#endif statements to protect the header from multiple inclusion. by Ted Kremenek · 17 years ago
  95. 5eb879b by Steve Naroff · 17 years ago
  96. 7f78842 Added support for __builtin_choose_expr (ChooseExpr) in CFGs. by Ted Kremenek · 17 years ago
  97. 6668b8c Author: F. Jahanian by Fariborz Jahanian · 17 years ago
  98. 4a149b6 don't turn semantic errors into parse errors. by Chris Lattner · 17 years ago
  99. 214cbaf fix some memory leaks when recovering. by Chris Lattner · 17 years ago
  100. 762b7c7 Add InitListExpr class. by Anders Carlsson · 17 years ago