1. 84082af More tab removal activity. by Fariborz Jahanian · 17 years ago
  2. cbc36d4 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  3. 1c095a7 Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  4. fa465d1 by Steve Naroff · 17 years ago
  5. a91aa32 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  6. 8ce772b Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  7. 3a81982 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
  8. 3fafa10 by Steve Naroff · 17 years ago
  9. bec0d56 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
  10. ad5682f Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
  11. ad21a61 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
  12. 6cb1d36 by Steve Naroff · 17 years ago
  13. 1e4e82f Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  14. 265c817 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
  15. 4ed9d66 by Steve Naroff · 17 years ago
  16. 99f5f0b objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  17. 680fcb8 Fixed two bugs in CFG construction: by Ted Kremenek · 17 years ago
  18. d34caf9 This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  19. 9d020b3 Handle (int)1.0e40 as an i-c-e. by Chris Lattner · 17 years ago
  20. c091b5d This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  21. 5aa5650 use the right rounding mode. by Chris Lattner · 17 years ago
  22. 76a0c1b Use the APFloat routines to evaluate FP immediates as by Chris Lattner · 17 years ago
  23. 7f29876 further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  24. 858eece Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  25. c716c94 This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  26. b6976a2 Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  27. 4bc52ce by Steve Naroff · 17 years ago
  28. c39ca26 by Steve Naroff · 17 years ago
  29. f25220e Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
  30. 4a2b0ac Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  31. 63ca8ae Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  32. 844cb4d When building CFGs we now (unconditionally) add an empty CFGBlock to the CFG by Ted Kremenek · 17 years ago
  33. 590aba8 Add const to debug hook... by Steve Naroff · 17 years ago
  34. 948fd37 by Steve Naroff · 17 years ago
  35. 284bff9 Fixed unterminated string issue. by Hartmut Kaiser · 17 years ago
  36. 2600217 make var in anon namespace static. Use \n instead of std::endl. by Chris Lattner · 17 years ago
  37. 38af701 Silenced a VC++ warning. Updated VC++ project files. by Hartmut Kaiser · 17 years ago
  38. 1d2b461 fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
  39. b15b438 decl counting isn't implemented yet for objc. -stats probably crashes for it. by Chris Lattner · 17 years ago
  40. 1501e12 fix warning. by Chris Lattner · 17 years ago
  41. f0c31dd Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  42. f9aba31 Fixed a problem VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  43. 752a005 Fixed two problems VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  44. cfe0ff0 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
  45. ebcc9b6 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  46. dc1ad76 by Steve Naroff · 17 years ago
  47. 2591e1b by Steve Naroff · 17 years ago
  48. cb59747 by Steve Naroff · 17 years ago
  49. 86f74a4 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  50. 999c58d Added static method "CFG::hasImplicitControlFlow". by Ted Kremenek · 17 years ago
  51. d11620d Fixed bug where ternary expressions and GCC-style conditional expressions by Ted Kremenek · 17 years ago
  52. 61ce98c get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  53. 3dc7cbc Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  54. 97a0ad5 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
  55. 81f1bba by Steve Naroff · 17 years ago
  56. 1459457 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
  57. 3496d52 Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  58. 7c9d72d by Steve Naroff · 17 years ago
  59. a610eab by Steve Naroff · 17 years ago
  60. c32a20d by Steve Naroff · 17 years ago
  61. 16e3b9a Fixed missing '(' and ')' characters in (CFG) pretty-printing of by Ted Kremenek · 17 years ago
  62. 2025cc9 Added better pretty printing in CFGs for __builtin_choose_expr by Ted Kremenek · 17 years ago
  63. 86afc04 Further cleanups in CFG printing for comma expressions, statement expressions, and indirect gotos. by Ted Kremenek · 17 years ago
  64. 621e159 Cleanups for printing the terminators of CFGBlocks for "?", "||", and "&&" operators. by Ted Kremenek · 17 years ago
  65. 08176a5 Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
  66. 5eb879b by Steve Naroff · 17 years ago
  67. 7f78842 Added support for __builtin_choose_expr (ChooseExpr) in CFGs. by Ted Kremenek · 17 years ago
  68. 762b7c7 Add InitListExpr class. by Anders Carlsson · 17 years ago
  69. 23a1d66 Minor cleanups to pretty-printing for loops in CFGs. by Ted Kremenek · 17 years ago
  70. 44659d8 Fixed a bug in constructing CFG blocks for case statement fall-through by Ted Kremenek · 17 years ago
  71. 6dfe761 Diff is self small & self explanatory... by Steve Naroff · 17 years ago
  72. 390b976 Fixed bug in CFG construction where we failed to handle loop bodies with by Ted Kremenek · 17 years ago
  73. 9b0d1b6 Fixed bug in CFG construction involving use of labels and "empty" by Ted Kremenek · 17 years ago
  74. e2579e3 Fix a comment. by Steve Naroff · 17 years ago
  75. 44db787 Fixed bug where the CFG would fail to build when an 'if' statement had by Ted Kremenek · 17 years ago
  76. 24c9b98 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
  77. 2af6a80 implement pretty printing of offsetof by Chris Lattner · 17 years ago
  78. 0d9bcea implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
  79. e07b67e Fixed bug for CaseStmt where the child_begin/child_end methods were not by Ted Kremenek · 17 years ago
  80. 9661435 fix a bug that is causing CodeGen/complex.c to be grumpy. by Chris Lattner · 17 years ago
  81. 99b994b Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
  82. 83c1301 by Steve Naroff · 17 years ago
  83. 3512293 Previous commit should have been: by Chris Lattner · 17 years ago
  84. f3e2a25 elimiante some virtual calls. by Chris Lattner · 17 years ago
  85. bbc51ad Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  86. ec055e1 Added an (optional) explicit "Label" statement to CFGBlock. If a by Ted Kremenek · 17 years ago
  87. b3bb91b Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
  88. bbe686b Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator by Chris Lattner · 17 years ago
  89. 3d05287 Re-teach Expr::isNullPointerConstant() about ImplicitCastExpr:-) by Steve Naroff · 17 years ago
  90. 1d6b247 Teach Expr::isNullPointerConstant() about ImplicitCastExpr's. by Steve Naroff · 17 years ago
  91. 0edd3a9 Added support for indirect-gotos (GCC extension) in source-level CFGs. by Ted Kremenek · 17 years ago
  92. 6fca3e0 Added support for GCC-style statement expressions in source-level CFGs. by Ted Kremenek · 17 years ago
  93. 90a018d Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  94. e822b62 Added support for comma expressions and DeclStmts which may have by Ted Kremenek · 17 years ago
  95. 666a6af Removed special-casing in CFG construction for ParenExprs. by Ted Kremenek · 17 years ago
  96. cfaae76 Added support for short-circuit '&&' and '||' operators in source-level CFGs. by Ted Kremenek · 17 years ago
  97. 65cfa56 Implemented support for ternary "?" operators in source-level CFGs. by Ted Kremenek · 17 years ago
  98. 15ede50 Fixed bug in child_begin/child_end for CallExpr where we incorrectly calculated a Stmt** pointer by Ted Kremenek · 17 years ago
  99. 8a66ed4 Fixed bug in child_begin/child_end for ReturnStmt where the iterator by Ted Kremenek · 17 years ago
  100. cfee50c Changes to CFGBuilder: by Ted Kremenek · 17 years ago