| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for calls to dependent names within templates, e.g., | Douglas Gregor | 2008-12-06 | 1 | -0/+8 |
* | Fix some type punning errors in SizeOfAlignOf and Typeid AST nodes. This shou... | Sebastian Redl | 2008-12-03 | 1 | -2/+2 |
* | Handle new by passing the Declaration to the Action, not a processed type. | Sebastian Redl | 2008-12-02 | 1 | -7/+9 |
* | Implementation of new and delete parsing and sema. | Sebastian Redl | 2008-11-21 | 1 | -0/+33 |
* | Extend DeclarationName to support C++ overloaded operators, e.g., | Douglas Gregor | 2008-11-18 | 1 | -2/+2 |
* | Add a new expression node, CXXOperatorCallExpr, which expresses a | Douglas Gregor | 2008-11-14 | 1 | -0/+48 |
* | Implement C++ 'typeid' parsing and sema. | Sebastian Redl | 2008-11-11 | 1 | -0/+7 |
* | Create a new expression class, CXXThisExpr, to handle the C++ 'this' primary ... | Douglas Gregor | 2008-11-04 | 1 | -0/+4 |
* | Refactor the expression class hierarchy for casts. Most importantly: | Douglas Gregor | 2008-10-27 | 1 | -4/+17 |
* | Change line endings: CRLF -> LF | Argyrios Kyrtzidis | 2008-09-10 | 1 | -4/+4 |
* | Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declara... | Argyrios Kyrtzidis | 2008-09-09 | 1 | -0/+14 |
* | Add support for C++'s "type-specifier ( expression-list )" expression: | Argyrios Kyrtzidis | 2008-08-22 | 1 | -0/+8 |
* | Fix more strict-aliasing warnings. | Ted Kremenek | 2008-06-17 | 1 | -12/+4 |
* | Several improvements from Doug Gregor related to default | Chris Lattner | 2008-04-10 | 1 | -2/+2 |
* | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 1 | -0/+8 |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+47 |