1. 5951965 More tab removal activity. by Fariborz Jahanian · 17 years ago
  2. 3f5faf7 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  3. 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  4. 6a8a9a4 by Steve Naroff · 17 years ago
  5. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  6. 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  7. 63f5887 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
  8. 980e508 by Steve Naroff · 17 years ago
  9. 89204a1 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
  10. d48ade6 Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
  11. d664ff7 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
  12. bcfb06a by Steve Naroff · 17 years ago
  13. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  14. 271f1a6 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
  15. 68d331a by Steve Naroff · 17 years ago
  16. a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  17. 322f58d Fixed two bugs in CFG construction: by Ted Kremenek · 17 years ago
  18. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  19. ccc213f Handle (int)1.0e40 as an i-c-e. by Chris Lattner · 17 years ago
  20. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  21. 92dfb47 use the right rounding mode. by Chris Lattner · 17 years ago
  22. 987b15d Use the APFloat routines to evaluate FP immediates as by Chris Lattner · 17 years ago
  23. c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  24. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  25. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  26. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  27. 21d5a95 by Steve Naroff · 17 years ago
  28. 563477d by Steve Naroff · 17 years ago
  29. fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
  30. 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  31. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  32. 94b3316 When building CFGs we now (unconditionally) add an empty CFGBlock to the CFG by Ted Kremenek · 17 years ago
  33. e5ea380 Add const to debug hook... by Steve Naroff · 17 years ago
  34. 3f128ad by Steve Naroff · 17 years ago
  35. 3860c11 Fixed unterminated string issue. by Hartmut Kaiser · 17 years ago
  36. 0012351 make var in anon namespace static. Use \n instead of std::endl. by Chris Lattner · 17 years ago
  37. 86fd355 Silenced a VC++ warning. Updated VC++ project files. by Hartmut Kaiser · 17 years ago
  38. b1776cb fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
  39. 7341c33 decl counting isn't implemented yet for objc. -stats probably crashes for it. by Chris Lattner · 17 years ago
  40. f874c13 fix warning. by Chris Lattner · 17 years ago
  41. 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  42. 6bfce24 Fixed a problem VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  43. bd250b4 Fixed two problems VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  44. 8bdcc47 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
  45. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  46. f38661e by Steve Naroff · 17 years ago
  47. 9474504 by Steve Naroff · 17 years ago
  48. 8e74c93 by Steve Naroff · 17 years ago
  49. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  50. 155383b Added static method "CFG::hasImplicitControlFlow". by Ted Kremenek · 17 years ago
  51. f50ec10 Fixed bug where ternary expressions and GCC-style conditional expressions by Ted Kremenek · 17 years ago
  52. 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  53. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  54. eb641f9 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
  55. 3536b44 by Steve Naroff · 17 years ago
  56. 9438252 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
  57. 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  58. 38374b0 by Steve Naroff · 17 years ago
  59. 9dcbfa4 by Steve Naroff · 17 years ago
  60. 507f2d5 by Steve Naroff · 17 years ago
  61. 60266e8 Fixed missing '(' and ')' characters in (CFG) pretty-printing of by Ted Kremenek · 17 years ago
  62. aeddbf6 Added better pretty printing in CFGs for __builtin_choose_expr by Ted Kremenek · 17 years ago
  63. 1c29bba Further cleanups in CFG printing for comma expressions, statement expressions, and indirect gotos. by Ted Kremenek · 17 years ago
  64. 805e9a8 Cleanups for printing the terminators of CFGBlocks for "?", "||", and "&&" operators. by Ted Kremenek · 17 years ago
  65. 42a509f Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
  66. d7444aa by Steve Naroff · 17 years ago
  67. 49a436d Added support for __builtin_choose_expr (ChooseExpr) in CFGs. by Ted Kremenek · 17 years ago
  68. 66b5a8a Add InitListExpr class. by Anders Carlsson · 17 years ago
  69. 535bb20 Minor cleanups to pretty-printing for loops in CFGs. by Ted Kremenek · 17 years ago
  70. 29ccaa1 Fixed a bug in constructing CFG blocks for case statement fall-through by Ted Kremenek · 17 years ago
  71. 6b91cd9 Diff is self small & self explanatory... by Steve Naroff · 17 years ago
  72. af603f7 Fixed bug in CFG construction where we failed to handle loop bodies with by Ted Kremenek · 17 years ago
  73. 16e4dc8 Fixed bug in CFG construction involving use of labels and "empty" by Ted Kremenek · 17 years ago
  74. bdbf7b0 Fix a comment. by Steve Naroff · 17 years ago
  75. b6f7b72 Fixed bug where the CFG would fail to build when an 'if' statement had by Ted Kremenek · 17 years ago
  76. c940612 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
  77. 704fe35 implement pretty printing of offsetof by Chris Lattner · 17 years ago
  78. 73d0d4f implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
  79. d97bb6c Fixed bug for CaseStmt where the child_begin/child_end methods were not by Ted Kremenek · 17 years ago
  80. 729a213 fix a bug that is causing CodeGen/complex.c to be grumpy. by Chris Lattner · 17 years ago
  81. e300c87 Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
  82. fb22d96 by Steve Naroff · 17 years ago
  83. 17a1a72 Previous commit should have been: by Chris Lattner · 17 years ago
  84. b393879 elimiante some virtual calls. by Chris Lattner · 17 years ago
  85. 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  86. 9cffe73 Added an (optional) explicit "Label" statement to CFGBlock. If a by Ted Kremenek · 17 years ago
  87. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
  88. d5bbce4 Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator by Chris Lattner · 17 years ago
  89. 19a6ebd Re-teach Expr::isNullPointerConstant() about ImplicitCastExpr:-) by Steve Naroff · 17 years ago
  90. 7269f2d Teach Expr::isNullPointerConstant() about ImplicitCastExpr's. by Steve Naroff · 17 years ago
  91. 19bb356 Added support for indirect-gotos (GCC extension) in source-level CFGs. by Ted Kremenek · 17 years ago
  92. 15c27a8 Added support for GCC-style statement expressions in source-level CFGs. by Ted Kremenek · 17 years ago
  93. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  94. b49e1aa Added support for comma expressions and DeclStmts which may have by Ted Kremenek · 17 years ago
  95. 7926f7c Removed special-casing in CFG construction for ParenExprs. by Ted Kremenek · 17 years ago
  96. 0b1d9b7 Added support for short-circuit '&&' and '||' operators in source-level CFGs. by Ted Kremenek · 17 years ago
  97. 9da2fb7 Implemented support for ternary "?" operators in source-level CFGs. by Ted Kremenek · 17 years ago
  98. 42a2977 Fixed bug in child_begin/child_end for CallExpr where we incorrectly calculated a Stmt** pointer by Ted Kremenek · 17 years ago
  99. 2298f91 Fixed bug in child_begin/child_end for ReturnStmt where the iterator by Ted Kremenek · 17 years ago
  100. 49af7cb Changes to CFGBuilder: by Ted Kremenek · 17 years ago