1. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  2. 92dfb47 use the right rounding mode. by Chris Lattner · 17 years ago
  3. 987b15d Use the APFloat routines to evaluate FP immediates as by Chris Lattner · 17 years ago
  4. c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  5. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  6. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  7. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  8. 21d5a95 by Steve Naroff · 17 years ago
  9. 563477d by Steve Naroff · 17 years ago
  10. fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
  11. 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  12. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 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. e5ea380 Add const to debug hook... by Steve Naroff · 17 years ago
  15. 3f128ad by Steve Naroff · 17 years ago
  16. 3860c11 Fixed unterminated string issue. by Hartmut Kaiser · 17 years ago
  17. 0012351 make var in anon namespace static. Use \n instead of std::endl. by Chris Lattner · 17 years ago
  18. 86fd355 Silenced a VC++ warning. Updated VC++ project files. by Hartmut Kaiser · 17 years ago
  19. b1776cb fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
  20. 7341c33 decl counting isn't implemented yet for objc. -stats probably crashes for it. by Chris Lattner · 17 years ago
  21. f874c13 fix warning. by Chris Lattner · 17 years ago
  22. 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  23. 6bfce24 Fixed a problem VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  24. bd250b4 Fixed two problems VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
  25. 8bdcc47 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
  26. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  27. f38661e by Steve Naroff · 17 years ago
  28. 9474504 by Steve Naroff · 17 years ago
  29. 8e74c93 by Steve Naroff · 17 years ago
  30. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  31. 155383b Added static method "CFG::hasImplicitControlFlow". by Ted Kremenek · 17 years ago
  32. f50ec10 Fixed bug where ternary expressions and GCC-style conditional expressions by Ted Kremenek · 17 years ago
  33. 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  34. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  35. eb641f9 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
  36. 3536b44 by Steve Naroff · 17 years ago
  37. 9438252 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
  38. 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  39. 38374b0 by Steve Naroff · 17 years ago
  40. 9dcbfa4 by Steve Naroff · 17 years ago
  41. 507f2d5 by Steve Naroff · 17 years ago
  42. 60266e8 Fixed missing '(' and ')' characters in (CFG) pretty-printing of by Ted Kremenek · 17 years ago
  43. aeddbf6 Added better pretty printing in CFGs for __builtin_choose_expr by Ted Kremenek · 17 years ago
  44. 1c29bba Further cleanups in CFG printing for comma expressions, statement expressions, and indirect gotos. by Ted Kremenek · 17 years ago
  45. 805e9a8 Cleanups for printing the terminators of CFGBlocks for "?", "||", and "&&" operators. by Ted Kremenek · 17 years ago
  46. 42a509f Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
  47. d7444aa by Steve Naroff · 17 years ago
  48. 49a436d Added support for __builtin_choose_expr (ChooseExpr) in CFGs. by Ted Kremenek · 17 years ago
  49. 66b5a8a Add InitListExpr class. by Anders Carlsson · 17 years ago
  50. 535bb20 Minor cleanups to pretty-printing for loops in CFGs. by Ted Kremenek · 17 years ago
  51. 29ccaa1 Fixed a bug in constructing CFG blocks for case statement fall-through by Ted Kremenek · 17 years ago
  52. 6b91cd9 Diff is self small & self explanatory... by Steve Naroff · 17 years ago
  53. af603f7 Fixed bug in CFG construction where we failed to handle loop bodies with by Ted Kremenek · 17 years ago
  54. 16e4dc8 Fixed bug in CFG construction involving use of labels and "empty" by Ted Kremenek · 17 years ago
  55. bdbf7b0 Fix a comment. by Steve Naroff · 17 years ago
  56. b6f7b72 Fixed bug where the CFG would fail to build when an 'if' statement had by Ted Kremenek · 17 years ago
  57. c940612 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
  58. 704fe35 implement pretty printing of offsetof by Chris Lattner · 17 years ago
  59. 73d0d4f implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
  60. d97bb6c Fixed bug for CaseStmt where the child_begin/child_end methods were not by Ted Kremenek · 17 years ago
  61. 729a213 fix a bug that is causing CodeGen/complex.c to be grumpy. by Chris Lattner · 17 years ago
  62. e300c87 Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
  63. fb22d96 by Steve Naroff · 17 years ago
  64. 17a1a72 Previous commit should have been: by Chris Lattner · 17 years ago
  65. b393879 elimiante some virtual calls. by Chris Lattner · 17 years ago
  66. 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  67. 9cffe73 Added an (optional) explicit "Label" statement to CFGBlock. If a by Ted Kremenek · 17 years ago
  68. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
  69. d5bbce4 Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator by Chris Lattner · 17 years ago
  70. 19a6ebd Re-teach Expr::isNullPointerConstant() about ImplicitCastExpr:-) by Steve Naroff · 17 years ago
  71. 7269f2d Teach Expr::isNullPointerConstant() about ImplicitCastExpr's. by Steve Naroff · 17 years ago
  72. 19bb356 Added support for indirect-gotos (GCC extension) in source-level CFGs. by Ted Kremenek · 17 years ago
  73. 15c27a8 Added support for GCC-style statement expressions in source-level CFGs. by Ted Kremenek · 17 years ago
  74. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  75. b49e1aa Added support for comma expressions and DeclStmts which may have by Ted Kremenek · 17 years ago
  76. 7926f7c Removed special-casing in CFG construction for ParenExprs. by Ted Kremenek · 17 years ago
  77. 0b1d9b7 Added support for short-circuit '&&' and '||' operators in source-level CFGs. by Ted Kremenek · 17 years ago
  78. 9da2fb7 Implemented support for ternary "?" operators in source-level CFGs. by Ted Kremenek · 17 years ago
  79. 42a2977 Fixed bug in child_begin/child_end for CallExpr where we incorrectly calculated a Stmt** pointer by Ted Kremenek · 17 years ago
  80. 2298f91 Fixed bug in child_begin/child_end for ReturnStmt where the iterator by Ted Kremenek · 17 years ago
  81. 49af7cb Changes to CFGBuilder: by Ted Kremenek · 17 years ago
  82. fb07153 constify some stuff by Chris Lattner · 17 years ago
  83. 6cd862c implement sizeof(enum x), patch inspired by Keith Bauer. by Chris Lattner · 17 years ago
  84. fb0d496 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 17 years ago
  85. 77878cc by Steve Naroff · 17 years ago
  86. 716c730 by Steve Naroff · 17 years ago
  87. f1448a0 by Steve Naroff · 17 years ago
  88. 4a70adb null pointers don't get an extra newline. by Chris Lattner · 17 years ago
  89. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  90. 8702a0f by Steve Naroff · 17 years ago
  91. ad7ef48 Change Expr::isLvalue() to properly deal with ImplicitCastExpr's. by Steve Naroff · 17 years ago
  92. eb14fe8 Split the ASTNode out for compound assignments out from binary operators. Now by Chris Lattner · 17 years ago
  93. 1f683e9 fix off-by-one error by Chris Lattner · 17 years ago
  94. 6338135 rename sNames -> StmtClassInfo. Make lookups constant time. by Chris Lattner · 17 years ago
  95. 8297777 Added child_begin/child_end to all subclasses of Stmt in Stmt.h. All by Ted Kremenek · 17 years ago
  96. a758d09 Implementation of child_begin/child_end for C++ expressions. by Ted Kremenek · 17 years ago
  97. 1237c67 Finished adding child_begin/child_end to all subclasses of Stmt in Expr.h. by Ted Kremenek · 17 years ago
  98. 77ed8e4 Began implementing "child iterator" interface for Stmts and Exprs. Each by Ted Kremenek · 17 years ago
  99. dfce2a5 print the computation type for compound assignment operators in dumps. by Chris Lattner · 17 years ago
  100. 296bf19 Pretty print as: "case sizeof x:" instead of: "case sizeofx:" by Chris Lattner · 17 years ago