| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement instantiation of a few boring, simple expressions. I don't think th... | Sebastian Redl | 2009-05-16 | 1 | -0/+12 |
* | Implement C++0x nullptr. | Sebastian Redl | 2009-05-10 | 1 | -0/+8 |
* | Get rid of CXXDestroyExpr. | Anders Carlsson | 2009-05-01 | 1 | -16/+6 |
* | Rename CXXExprWithCleanup to CXXExprWithTemporaries. | Anders Carlsson | 2009-05-01 | 1 | -7/+8 |
* | Silence gcc warnings. | Eli Friedman | 2009-04-25 | 1 | -1/+1 |
* | Add CXXExprWithCleanup | Anders Carlsson | 2009-04-24 | 1 | -0/+21 |
* | Make CXXTemporaryObjectExpr inherit from CXXConstructExpr. | Anders Carlsson | 2009-04-24 | 1 | -23/+3 |
* | Add an ASTContext parameter to CXXTemporaryObjectExpr. | Anders Carlsson | 2009-04-24 | 1 | -1/+1 |
* | Add a VarDecl parameter to the CXXTemporaryObjectExpr constructor. It's unuse... | Anders Carlsson | 2009-04-24 | 1 | -1/+2 |
* | Make the CXXConstructExpr public and add a StmtClass to it. No functionality ... | Anders Carlsson | 2009-04-24 | 1 | -3/+4 |
* | Add a CXXConstructExpr that represents an implicit call to a C++ constructor.... | Anders Carlsson | 2009-04-23 | 1 | -0/+40 |
* | Add a CXXDestroyExpr. Add classof member functions to CXXTempVarDecl. | Anders Carlsson | 2009-04-21 | 1 | -0/+14 |
* | Add support for the __has_trivial_destructor type trait. | Anders Carlsson | 2009-04-17 | 1 | -1/+5 |
* | Add support for the __has_trivial_constructor type trait. | Anders Carlsson | 2009-04-16 | 1 | -0/+4 |
* | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor | 2009-03-26 | 1 | -48/+0 |
* | Keep track of whether a class is abstract or not. This is currently only used... | Anders Carlsson | 2009-03-22 | 1 | -0/+4 |
* | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor | 2009-03-19 | 1 | -0/+32 |
* | Generalize printing of nested-name-specifier sequences for use in both | Douglas Gregor | 2009-03-19 | 1 | -0/+25 |
* | Implement template instantiation for several more kinds of expressions: | Douglas Gregor | 2009-03-13 | 1 | -1/+4 |
* | Refactor the way we handle operator overloading and template | Douglas Gregor | 2009-03-13 | 1 | -21/+0 |
* | Make more AST nodes and semantic checkers dependent-expression-aware. | Sebastian Redl | 2009-02-26 | 1 | -1/+2 |
* | Rename UnaryTypeTraitExpr::Evaluate to EvaluateTrait to not collide | Daniel Dunbar | 2009-02-17 | 1 | -1/+1 |
* | Overhaul of Stmt allocation: | Ted Kremenek | 2009-02-07 | 1 | -2/+2 |
* | Fix the symptom of the regression, by having the CXXConditionDeclExpr not des... | Sebastian Redl | 2009-02-05 | 1 | -1/+3 |
* | Fix our semantic analysis of | Douglas Gregor | 2009-02-04 | 1 | -3/+3 |
* | Part one of handling C++ functional casts. This handles semantic | Douglas Gregor | 2009-01-16 | 1 | -0/+28 |
* | PODness and Type Traits | Sebastian Redl | 2009-01-05 | 1 | -0/+29 |
* | Add support for calls to overloaded member functions. Things to note: | Douglas Gregor | 2008-12-22 | 1 | -0/+8 |
* | 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 |