1. f1448a0 by Steve Naroff · 17 years ago
  2. 4a70adb null pointers don't get an extra newline. by Chris Lattner · 17 years ago
  3. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  4. 8702a0f by Steve Naroff · 17 years ago
  5. ad7ef48 Change Expr::isLvalue() to properly deal with ImplicitCastExpr's. by Steve Naroff · 17 years ago
  6. eb14fe8 Split the ASTNode out for compound assignments out from binary operators. Now by Chris Lattner · 17 years ago
  7. 1f683e9 fix off-by-one error by Chris Lattner · 17 years ago
  8. 6338135 rename sNames -> StmtClassInfo. Make lookups constant time. by Chris Lattner · 17 years ago
  9. 8297777 Added child_begin/child_end to all subclasses of Stmt in Stmt.h. All by Ted Kremenek · 17 years ago
  10. a758d09 Implementation of child_begin/child_end for C++ expressions. by Ted Kremenek · 17 years ago
  11. 1237c67 Finished adding child_begin/child_end to all subclasses of Stmt in Expr.h. by Ted Kremenek · 17 years ago
  12. 77ed8e4 Began implementing "child iterator" interface for Stmts and Exprs. Each by Ted Kremenek · 17 years ago
  13. dfce2a5 print the computation type for compound assignment operators in dumps. by Chris Lattner · 17 years ago
  14. 296bf19 Pretty print as: "case sizeof x:" instead of: "case sizeofx:" by Chris Lattner · 17 years ago
  15. 602dafd sizeof(x) doesn't require x to be an i-c-e for sizeof to be an i-c-e. Thanks to Neil for pointing this out. by Chris Lattner · 17 years ago
  16. d4fdee3 No functionality change. Moved visitor methods for CFGBuilder out-of-line by Ted Kremenek · 17 years ago
  17. befef2f moved CFGBuilder into an anonymous namespace by Ted Kremenek · 17 years ago
  18. b5c13b0 Added support for switch, default, and case statements in source-level CFGs. by Ted Kremenek · 17 years ago
  19. 989d52d For gotos, breaks, and continues where we cannot find a target successor by Ted Kremenek · 17 years ago
  20. f752fcf Added support for do..while loops in CFG construction. by Ted Kremenek · 17 years ago
  21. 026473c Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitalization. by Ted Kremenek · 17 years ago
  22. 31dcd3c Fixed bugs in source-level CFG construction for "for" and "while" loops by Ted Kremenek · 17 years ago
  23. 8a29471 Added support for "break" statements in source-level ASTs. by Ted Kremenek · 17 years ago
  24. bf15b27 Added support for "continue" statements in source-level CFGs by Ted Kremenek · 17 years ago
  25. 2bac4ea Added preliminary support for while loops within source-level CFGs. by Ted Kremenek · 17 years ago
  26. e8ee26b Added CFG support for: for loops by Ted Kremenek · 17 years ago
  27. 4a2b8a1 Changed data structure recording the CFG blocks that need to be backpatched by Ted Kremenek · 17 years ago
  28. f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
  29. 0cebe3e Added CFG support for gotos and labels. by Ted Kremenek · 17 years ago
  30. c310e93 Converted CFGBuilder to use StmtVisitor instead of doing a switch by Ted Kremenek · 17 years ago
  31. fddd518 Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. by Ted Kremenek · 17 years ago
  32. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  33. c6fb90a add getAsComplexType() for consistency by Chris Lattner · 17 years ago
  34. c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  35. 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
  36. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  37. ee41ce5 make sure to add a newline at the end of the dump by Chris Lattner · 17 years ago
  38. f9e0581 implement dumper support for declstmt's. The dumper is now "done". by Chris Lattner · 17 years ago
  39. 13cb21f implement dumper support for the rest of expressions. by Chris Lattner · 17 years ago
  40. 36460ee move a switch to common code. by Chris Lattner · 17 years ago
  41. 5fc6107 dump strings with escapes and other stuff in them nicely. by Chris Lattner · 17 years ago
  42. a0df31a add dumping support for some new nodes by Chris Lattner · 17 years ago
  43. fd8f7da Dump out types for expressions, and handle typedefs nicely. by Chris Lattner · 17 years ago
  44. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  45. 13b7c5f Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
  46. e877042 Add support for __builtin_classify_type(). This builtin function isn't "public", however by Steve Naroff · 17 years ago
  47. 1bfd5cc by Steve Naroff · 17 years ago
  48. 94f05e3 Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
  49. d04fdd5 by Steve Naroff · 17 years ago
  50. 6481a57 Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr. by Chris Lattner · 17 years ago
  51. 4d0ac88 add OCUVectorComponent::getNumComponents() by Chris Lattner · 17 years ago
  52. b8f849d Add support for encoding a OCUVectorComponent into a single integer. by Chris Lattner · 17 years ago
  53. 88dca04 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
  54. b4878f4 Use static methods, which don't require an instance of OCUVectorType by Chris Lattner · 17 years ago
  55. cb92a11 Minor comment improvements. by Chris Lattner · 17 years ago
  56. 7b658aa by Steve Naroff · 17 years ago
  57. 389cecc by Steve Naroff · 17 years ago
  58. 363bcff by Steve Naroff · 17 years ago
  59. d34e915 by Steve Naroff · 17 years ago
  60. 9752f25 by Steve Naroff · 17 years ago
  61. 8d1a3b8 by Steve Naroff · 17 years ago
  62. 86e499d Print floating point literal values better. by Chris Lattner · 17 years ago
  63. 611c1ff move trivial type predicates inline. by Chris Lattner · 17 years ago
  64. c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
  65. a1d9fde rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
  66. befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  67. d1861fd by Steve Naroff · 17 years ago
  68. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  69. 31a4584 by Steve Naroff · 17 years ago
  70. 7064f5c by Steve Naroff · 17 years ago
  71. adc0185 Forgot a return stmt (oops). by Steve Naroff · 17 years ago
  72. dfa6aae by Steve Naroff · 17 years ago
  73. 700204c by Steve Naroff · 17 years ago
  74. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  75. dc0d73e fix bogus warnings about potentially uninit vars Size and Align. by Chris Lattner · 17 years ago
  76. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  77. 731ec57 Minor simplification to Expr::isLvalue(). by Steve Naroff · 17 years ago
  78. cb4f9a6 minor simplifications by Chris Lattner · 17 years ago
  79. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  80. 942cfd3 Fix a valgrind error noticed by Benoit Boissinot by Chris Lattner · 17 years ago
  81. b1c2df9 fix a nasty bug Owen noticed in a gcc warning. by Chris Lattner · 17 years ago
  82. 030d884 implement size/alignment analysis for arrays and vectors. This gets carbon.h working again. by Chris Lattner · 17 years ago
  83. aff1edd Finish fixing crasher with compound literals. by Steve Naroff · 17 years ago
  84. 76e773a implement i-c-e correct evaluation for sizeof/alignof, remove some obsolete fixme's. by Chris Lattner · 17 years ago
  85. 5d2a630 implement sizeof/alignof support for structs, unions and complex. by Chris Lattner · 17 years ago
  86. 7332292 by Steve Naroff · 17 years ago
  87. 464175b initial layout support for structures and unions. This isn't actually by Chris Lattner · 17 years ago
  88. 6d87fc6 teach -stats about new types by Chris Lattner · 17 years ago
  89. ce0afc0 add a note Neil pointed out by Chris Lattner · 17 years ago
  90. 251dcaf Return the correct type from isReferenceType(). by Bill Wendling · 17 years ago
  91. ea5e79f Change dyn_cast for reference types to be more like pointers and not need the canonical type. Also fix so that we're not expecting a return value from a void function by Bill Wendling · 17 years ago
  92. 08ad47c Fix references: by Bill Wendling · 17 years ago
  93. a2c7767 In the final step for preserving typedef info better in the AST, upgrade by Chris Lattner · 17 years ago
  94. f0fbcb3 avoid requiring people to update from llvm svn. by Chris Lattner · 17 years ago
  95. ca51c97 Constify the is*Lvalue() methods. by Bill Wendling · 17 years ago
  96. 7a2e047 Now that isPointerType can return a pointer type, avoid stripping off typedef by Chris Lattner · 17 years ago
  97. 3acb138 as a very useful feature, make isVectorType and isPointerType return by Chris Lattner · 17 years ago
  98. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  99. bfef6d7 don't let builtin-type handling code fall into pointer handling code by Chris Lattner · 17 years ago
  100. 2eadfb6 set the correct width for a character literal when evaluating it as an i-c-e. by Chris Lattner · 17 years ago