1. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 16 years ago
  2. bad3518 Generalize printing of nested-name-specifier sequences for use in both by Douglas Gregor · 16 years ago
  3. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  4. 24e1e70 Change Parser::ParseCaseStatement to use an iterative approach to parsing by Chris Lattner · 16 years ago
  5. b83d287 Add enough checking to ensure that non-constant block literals don't by Mike Stump · 16 years ago
  6. 1e4db7c rip out __builtin_overload by Chris Lattner · 16 years ago
  7. 2085fd6 privatize all of the string literal memory allocation/creation by Chris Lattner · 16 years ago
  8. 726e168 change the StringLiteral AST node to track all of the SourceLocations of by Chris Lattner · 16 years ago
  9. 9653db7 Remove DeclGroupOwningRef, since we intend for declarations to be owned by Douglas Gregor · 16 years ago
  10. 668bf91 CallExpr now uses ASTContext's allocate to allocate/delete its array of subexpressions. by Ted Kremenek · 16 years ago
  11. fb7413f Allocate the subexpression array for OberloadExpr from ASTContext's allocator. by Ted Kremenek · 16 years ago
  12. 8189cde Overhaul of Stmt allocation: by Ted Kremenek · 16 years ago
  13. 6e94ef5 Move StringLiteral to allocate its internal string data using the allocator in by Ted Kremenek · 16 years ago
  14. 1733001 Fix our semantic analysis of by Douglas Gregor · 16 years ago
  15. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  16. 506ae41 Part one of handling C++ functional casts. This handles semantic by Douglas Gregor · 16 years ago
  17. 1a49af9 Add QualifiedDeclRefExpr, which retains additional source-location by Douglas Gregor · 16 years ago
  18. 64b45f7 PODness and Type Traits by Sebastian Redl · 16 years ago
  19. 7a89722 Fix try statement deserialization. by Sebastian Redl · 16 years ago
  20. 8351da0 Full AST support and better Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  21. 4b07b29 Partial AST and Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  22. 86f1940 Add support for member references (E1.E2, E1->E2) with C++ semantics, by Douglas Gregor · 16 years ago
  23. efc4c4b Removed a slot in ObjCMemRegExpr used in code gen which did not belong there. by Fariborz Jahanian · 16 years ago
  24. e8e3205 Warning fixes to operator precedence warnings. by Eli Friedman · 16 years ago
  25. aaa63a7 Patch for ObjCIvarRefExpr containing the field by Fariborz Jahanian · 16 years ago
  26. 5c37de7 Add support for calls to dependent names within templates, e.g., by Douglas Gregor · 16 years ago
  27. c77a636 Several things... by Steve Naroff · 16 years ago
  28. d457589 Fix some type punning errors in SizeOfAlignOf and Typeid AST nodes. This should satisfy compilers and language lawyers alike. by Sebastian Redl · 16 years ago
  29. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  30. 19ac6ff Use EmitInt, not Emit, to emit unsigned values by Douglas Gregor · 16 years ago
  31. 2d8b273 Implement the GNU __null extension by Douglas Gregor · 16 years ago
  32. ba8d2d6 Support for implicit property assignment. Error assigning to by Fariborz Jahanian · 16 years ago
  33. 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
  34. 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago
  35. b460980 Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 16 years ago
  36. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  37. 0518999 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. by Sebastian Redl · 16 years ago
  38. c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
  39. cd9b46e Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr by Douglas Gregor · 16 years ago
  40. 796da18 Create a new expression class, CXXThisExpr, to handle the C++ 'this' primary expression. Remove CXXThis from PredefinedExpr by Douglas Gregor · 16 years ago
  41. b2f9e51 Fix <rdar://problem/6339636> clang ObjC rewriter: Assertion failed: FileID-1 < FileIDs.size() && "Invalid FileID!", file c:\cygwin\home\Administrator\llvm\tools\clang\include\clang/Basic/SourceManager.h, line 513 by Steve Naroff · 16 years ago
  42. 6eec8e8 Rename ExplicitCCastExpr to CStyleCastExpr by Douglas Gregor · 16 years ago
  43. 49badde Refactor the expression class hierarchy for casts. Most importantly: by Douglas Gregor · 16 years ago
  44. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago
  45. 20c77e9 Use BatchEmitOwnedPtrs for writing multiple child exprs, per review. by Daniel Dunbar · 16 years ago
  46. d17c24f Add serialization support in several missing places. by Daniel Dunbar · 16 years ago
  47. 56ee689 - Add BlockDecl AST node. - Modify BlockExpr to reference the BlockDecl. by Steve Naroff · 16 years ago
  48. 8ffb159 Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*. by Ted Kremenek · 16 years ago
  49. 34a6738 Don't use DeclStmt::getDecl() to serialize out DeclStmt; use TheDecl directly. by Ted Kremenek · 16 years ago
  50. 9c3c902 Remove BlockStmtExpr. by Steve Naroff · 16 years ago
  51. 4eb206b Add semantic analysis for "blocks". by Steve Naroff · 16 years ago
  52. e66f4e3 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
  53. 987a14b Add support for C++'s "type-specifier ( expression-list )" expression: by Argyrios Kyrtzidis · 16 years ago
  54. 0835a3c Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr): by Argyrios Kyrtzidis · 16 years ago
  55. 76de9d7 Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). by Steve Naroff · 16 years ago
  56. d9f6910 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 16 years ago
  57. 4958e5b Fix serialization of DeclStmt. by Ted Kremenek · 16 years ago
  58. a1a7824 Reorder serialization methods. by Ted Kremenek · 16 years ago
  59. be78424 Update serialization for ObjCMessageExpr to handle additional bit-swizziling of receiver information. by Ted Kremenek · 16 years ago
  60. 5549976 This patch is motivated by numerous strict-aliasing warnings when compiling by Ted Kremenek · 16 years ago
  61. c250aae capture whether a CharacterLiteral was wide or not in the AST. by Chris Lattner · 16 years ago
  62. e3e9add Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identifier 'super' by Steve Naroff · 16 years ago
  63. ae78407 Add basic support for properties references (a missing feature). by Steve Naroff · 16 years ago
  64. f494b57 - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h by Steve Naroff · 16 years ago
  65. ea958e57 Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname "fields". This saves us a pointer. by Ted Kremenek · 16 years ago
  66. c5ae899 Extend InitListExpr API/IMPL to support arbitrary add/remove (in support of the initializer rewrite I am doing). by Steve Naroff · 16 years ago
  67. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago
  68. e2563ca Pass the ASTContext object around when deserializing Decl and Stmt objects, so by Sam Bishop · 17 years ago
  69. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from AST/StmtSerialization.cpp]
  70. 81c018d improve DeclStmt to be able to store SourceRange info correctly. by Chris Lattner · 17 years ago
  71. 10c5fa3 Minor code cleanup. by Eli Friedman · 17 years ago
  72. 471733d Patch from Argiris Kirtzidis: by Ted Kremenek · 17 years ago
  73. d073987 Minor reordering of the serialization of the fields of MemberExpr to result by Ted Kremenek · 17 years ago
  74. 5101907 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 17 years ago
  75. dfab34a Handle simple asm statements correctly. by Anders Carlsson · 17 years ago
  76. ff98102 For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the next @catch) by Ted Kremenek · 17 years ago
  77. a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
  78. b7e6bd7 - Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create(). by Ted Kremenek · 17 years ago
  79. fa3ee8e AST for @synchronized. by Fariborz Jahanian · 17 years ago
  80. 34bc18b When serializing CompoundLiteralExpr, serialize out the file scope flag before by Ted Kremenek · 17 years ago
  81. e9b1219 by Steve Naroff · 17 years ago
  82. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  83. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  84. 205712a Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers by Ted Kremenek · 17 years ago
  85. c3b59d3 Moved serialization code for ObjcForCollectionStmt to be in alphabetical order by Ted Kremenek · 17 years ago
  86. 335a2d4 Minor changes as suggested by Chris L. by Fariborz Jahanian · 17 years ago
  87. 0196cab New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 17 years ago
  88. 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  89. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  90. 8f6dc77 Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr. by Ted Kremenek · 17 years ago
  91. 46dc0a5 Implemented serialization of ObjCStringLiteral. by Ted Kremenek · 17 years ago
  92. 5bdd4e3 Implemented serialization for ObjcAtThrowStmt. by Ted Kremenek · 17 years ago
  93. 9c1efff Implemented serialization of ObjcAtTryStmt. by Ted Kremenek · 17 years ago
  94. 04be5aa Implemented serialization for ObjcAtFinallyStmt. by Ted Kremenek · 17 years ago
  95. af52677 Implemented serialization for ObjcAtCatchStmt. by Ted Kremenek · 17 years ago
  96. 720c4ec Added "isExact" field to FloatingLiteral. This flag indicates whether or not by Ted Kremenek · 17 years ago
  97. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  98. b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
  99. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  100. c37bdf0 Added assertion in serialization of DeclRefExprs. DeclRefExprs can only by Ted Kremenek · 17 years ago