| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new expression node, CXXOperatorCallExpr, which expresses a | Douglas Gregor | 2008-11-14 | 1 | -0/+43 |
* | Don't require us to manually number the statements and expressions in StmtNod... | Douglas Gregor | 2008-11-14 | 1 | -1/+1 |
* | Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr... | Sebastian Redl | 2008-11-11 | 1 | -6/+9 |
* | Implement C++ 'typeid' parsing and sema. | Sebastian Redl | 2008-11-11 | 1 | -0/+10 |
* | Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'.... | Douglas Gregor | 2008-11-04 | 1 | -3/+4 |
* | Create a new expression class, CXXThisExpr, to handle the C++ 'this' primary ... | Douglas Gregor | 2008-11-04 | 1 | -0/+4 |
* | Rename ExplicitCCastExpr to CStyleCastExpr | Douglas Gregor | 2008-10-28 | 1 | -1/+1 |
* | Refactor the expression class hierarchy for casts. Most importantly: | Douglas Gregor | 2008-10-27 | 1 | -4/+23 |
* | - Add BlockDecl AST node. | Steve Naroff | 2008-10-08 | 1 | -6/+7 |
* | Added PrintRawDeclStmt; use this method to print out DeclStmt instead of usin... | Ted Kremenek | 2008-10-06 | 1 | -5/+19 |
* | Remove BlockStmtExpr. | Steve Naroff | 2008-09-17 | 1 | -6/+1 |
* | Remove support for BlockExprExpr. For example... | Steve Naroff | 2008-09-16 | 1 | -5/+0 |
* | Patch by Csaba Hruska! | Ted Kremenek | 2008-09-13 | 1 | -6/+7 |
* | Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declara... | Argyrios Kyrtzidis | 2008-09-09 | 1 | -0/+5 |
* | Add semantic analysis for "blocks". | Steve Naroff | 2008-09-03 | 1 | -0/+40 |
* | Add support for C++'s "type-specifier ( expression-list )" expression: | Argyrios Kyrtzidis | 2008-08-22 | 1 | -0/+11 |
* | Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx... | Argyrios Kyrtzidis | 2008-08-18 | 1 | -1/+4 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -5/+0 |
* | Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). | Steve Naroff | 2008-08-10 | 1 | -4/+0 |
* | rename PreDefinedExpr -> PredefinedExpr | Chris Lattner | 2008-08-10 | 1 | -5/+5 |
* | change more instances of QualType::getCanonicalType to call | Chris Lattner | 2008-07-26 | 1 | -1/+1 |
* | Switch 'super' from being a weird cast thing to being a predefined expr node. | Chris Lattner | 2008-06-21 | 1 | -0/+3 |
* | capture whether a CharacterLiteral was wide or not in the AST. | Chris Lattner | 2008-06-07 | 1 | -1/+2 |
* | Fix ast dumping to work with long double literals, e.g. we dump: | Chris Lattner | 2008-06-07 | 1 | -1/+1 |
* | Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identif... | Steve Naroff | 2008-06-02 | 1 | -0/+4 |
* | Add basic support for properties references (a missing feature). | Steve Naroff | 2008-05-30 | 1 | -0/+8 |
* | - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h | Steve Naroff | 2008-05-29 | 1 | -0/+1 |
* | Implementation of __builtin_shufflevector, a portable builtin capable of | Eli Friedman | 2008-05-14 | 1 | -0/+9 |
* | Bug fix in StmtPrinter to handle pretty-printing ObjCMessageExprs involving v... | Ted Kremenek | 2008-05-02 | 1 | -5/+11 |
* | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman | 2008-04-18 | 1 | -1/+1 |
* | Remove uses of "Selector&" and "const Selector&", since Selector is just an | Ted Kremenek | 2008-04-16 | 1 | -1/+1 |
* | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 1 | -0/+9 |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+854 |