| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -34/+4 |
| * | Part one of handling C++ functional casts. This handles semantic | Douglas Gregor | 2009-01-16 | 1 | -0/+38 |
| * | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor | 2009-01-06 | 1 | -0/+14 |
| * | PODness and Type Traits | Sebastian Redl | 2009-01-05 | 1 | -0/+19 |
| * | Fix try statement deserialization. | Sebastian Redl | 2008-12-24 | 1 | -0/+3 |
| * | Full AST support and better Sema support for C++ try-catch. | Sebastian Redl | 2008-12-22 | 1 | -0/+16 |
| * | Partial AST and Sema support for C++ try-catch. | Sebastian Redl | 2008-12-22 | 1 | -0/+17 |
| * | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor | 2008-12-20 | 1 | -1/+1 |
| * | Removed a slot in ObjCMemRegExpr used in | Fariborz Jahanian | 2008-12-18 | 1 | -1/+1 |
| * | Warning fixes to operator precedence warnings. | Eli Friedman | 2008-12-16 | 1 | -1/+1 |
| * | Patch for ObjCIvarRefExpr containing the field | Fariborz Jahanian | 2008-12-13 | 1 | -1/+1 |
| * | Add support for calls to dependent names within templates, e.g., | Douglas Gregor | 2008-12-06 | 1 | -0/+17 |
| * | Several things... | Steve Naroff | 2008-12-04 | 1 | -1/+1 |
| * | Fix some type punning errors in SizeOfAlignOf and Typeid AST nodes. This shou... | Sebastian Redl | 2008-12-03 | 1 | -1/+1 |
| * | Handle new by passing the Declaration to the Action, not a processed type. | Sebastian Redl | 2008-12-02 | 1 | -7/+9 |
| * | Use EmitInt, not Emit, to emit unsigned values | Douglas Gregor | 2008-12-01 | 1 | -2/+2 |
| * | Implement the GNU __null extension | Douglas Gregor | 2008-11-29 | 1 | -0/+17 |
| * | Support for implicit property assignment. Error assigning to | Fariborz Jahanian | 2008-11-22 | 1 | -1/+1 |
| * | New AST node to access "implicit" setter/getter using property dor syntax. | Fariborz Jahanian | 2008-11-22 | 1 | -15/+19 |
| * | Implementation of new and delete parsing and sema. | Sebastian Redl | 2008-11-21 | 1 | -0/+69 |
| * | Add a new expression node, CXXOperatorCallExpr, which expresses a | Douglas Gregor | 2008-11-14 | 1 | -3/+6 |
| * | Implement support for operator overloading using candidate operator | Douglas Gregor | 2008-11-12 | 1 | -1/+3 |
| * | Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr... | Sebastian Redl | 2008-11-11 | 1 | -7/+18 |
| * | Implement C++ 'typeid' parsing and sema. | Sebastian Redl | 2008-11-11 | 1 | -0/+28 |
| * | Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'.... | Douglas Gregor | 2008-11-04 | 1 | -0/+14 |
| * | Create a new expression class, CXXThisExpr, to handle the C++ 'this' primary ... | Douglas Gregor | 2008-11-04 | 1 | -1/+15 |
| * | Fix <rdar://problem/6339636> clang ObjC rewriter: Assertion failed: FileID-1 ... | Steve Naroff | 2008-11-03 | 1 | -3/+5 |
| * | Rename ExplicitCCastExpr to CStyleCastExpr | Douglas Gregor | 2008-10-28 | 1 | -5/+5 |
| * | Refactor the expression class hierarchy for casts. Most importantly: | Douglas Gregor | 2008-10-27 | 1 | -7/+50 |
| * | Preliminary support for function overloading | Douglas Gregor | 2008-10-21 | 1 | -2/+2 |
| * | Use BatchEmitOwnedPtrs for writing multiple child exprs, per review. | Daniel Dunbar | 2008-10-15 | 1 | -12/+28 |
| * | Add serialization support in several missing places. | Daniel Dunbar | 2008-10-14 | 1 | -0/+105 |
| * | - Add BlockDecl AST node. | Steve Naroff | 2008-10-08 | 1 | -9/+3 |
| * | Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDe... | Ted Kremenek | 2008-10-07 | 1 | -4/+4 |
| * | Don't use DeclStmt::getDecl() to serialize out DeclStmt; use TheDecl directly. | Ted Kremenek | 2008-10-06 | 1 | -1/+1 |
| * | Remove BlockStmtExpr. | Steve Naroff | 2008-09-17 | 1 | -2/+2 |
| * | Add semantic analysis for "blocks". | Steve Naroff | 2008-09-03 | 1 | -0/+32 |
| * | Fix ObjCPropertRefExpr to be able to encode all the information for | Daniel Dunbar | 2008-09-03 | 1 | -2/+15 |
| * | Add support for C++'s "type-specifier ( expression-list )" expression: | Argyrios Kyrtzidis | 2008-08-22 | 1 | -0/+36 |
| * | Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx... | Argyrios Kyrtzidis | 2008-08-18 | 1 | -8/+8 |
| * | Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). | Steve Naroff | 2008-08-10 | 1 | -11/+0 |
| * | rename PreDefinedExpr -> PredefinedExpr | Chris Lattner | 2008-08-10 | 1 | -5/+5 |
| * | Fix serialization of DeclStmt. | Ted Kremenek | 2008-08-06 | 1 | -19/+3 |
| * | Reorder serialization methods. | Ted Kremenek | 2008-08-06 | 1 | -20/+35 |
| * | Update serialization for ObjCMessageExpr to handle additional bit-swizziling ... | Ted Kremenek | 2008-06-24 | 1 | -8/+12 |
| * | This patch is motivated by numerous strict-aliasing warnings when compiling | Ted Kremenek | 2008-06-17 | 1 | -1/+1 |
| * | capture whether a CharacterLiteral was wide or not in the AST. | Chris Lattner | 2008-06-07 | 1 | -1/+3 |
| * | Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identif... | Steve Naroff | 2008-06-02 | 1 | -0/+11 |
| * | Add basic support for properties references (a missing feature). | Steve Naroff | 2008-05-30 | 1 | -0/+15 |
| * | - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h | Steve Naroff | 2008-05-29 | 1 | -0/+1 |