Age | Commit message (Expand) | Author |
2009-11-12 | Improve source-location information for implicitly-generated member call expr... | Douglas Gregor |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-09-09 | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-09 | Initial stab at implement dependent member references to member | Douglas Gregor |
2009-09-08 | Clean up the CXXConstructExpr constructor, add Arg getters. | Anders Carlsson |
2009-09-06 | Reapply 81096, now with a fix. Spot the bug: | Anders Carlsson |
2009-09-06 | Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when | Daniel Dunbar |
2009-09-05 | Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destro... | Anders Carlsson |
2009-09-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |
2009-08-15 | Implement __is_empty. Patch by Sean Hunt. | Eli Friedman |
2009-08-08 | Get rid of Stmt::Clone now that we can reference count statements instead. | Anders Carlsson |
2009-08-07 | Separate Stmt::Destroy into the entrypoint for destroying a statement | Douglas Gregor |
2009-08-05 | Support for use of default argument in constructors. | Fariborz Jahanian |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-23 | This patch fixes the implementations of the __has_trivial_destructor | Douglas Gregor |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-06-30 | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor |
2009-06-16 | Handle temporaries in default arguments. | Anders Carlsson |
2009-06-05 | Improvements to CXXExprWithTemporaries in preparation for fixing a bug with d... | Anders Carlsson |
2009-05-30 | Clean up the newly added C++ AST nodes. | Anders Carlsson |
2009-05-30 | Stop using CXXTempVarDecl and use CXXTemporary instead. | Anders Carlsson |
2009-05-30 | Remove VarDecl from CXXConstructExpr. | Anders Carlsson |
2009-05-30 | Small fixes to CXXTemporary and CXXBindTemporaryExpr. | Anders Carlsson |
2009-05-30 | Add a CXXBindTemporaryExpr. | Anders Carlsson |
2009-05-30 | Add a CXXTemporary class. Not used yet. | Anders Carlsson |
2009-05-22 | Representation of and template instantiation for member | Douglas Gregor |
2009-05-20 | Template instantiation for the various kinds of AST nodes that occur | Douglas Gregor |
2009-05-20 | Introduce a new expression type, CXXUnresolvedConstructExpr, to | Douglas Gregor |
2009-05-19 | Template instantiation for call expressions. | Douglas Gregor |
2009-05-16 | Implement instantiation of a few boring, simple expressions. I don't think th... | Sebastian Redl |
2009-05-10 | Implement C++0x nullptr. | Sebastian Redl |
2009-05-01 | Get rid of CXXDestroyExpr. | Anders Carlsson |
2009-05-01 | Rename CXXExprWithCleanup to CXXExprWithTemporaries. | Anders Carlsson |
2009-04-25 | Silence gcc warnings. | Eli Friedman |
2009-04-24 | Add CXXExprWithCleanup | Anders Carlsson |
2009-04-24 | Make CXXTemporaryObjectExpr inherit from CXXConstructExpr. | Anders Carlsson |
2009-04-24 | Add an ASTContext parameter to CXXTemporaryObjectExpr. | Anders Carlsson |
2009-04-24 | Add a VarDecl parameter to the CXXTemporaryObjectExpr constructor. It's unuse... | Anders Carlsson |
2009-04-24 | Make the CXXConstructExpr public and add a StmtClass to it. No functionality ... | Anders Carlsson |
2009-04-23 | Add a CXXConstructExpr that represents an implicit call to a C++ constructor.... | Anders Carlsson |
2009-04-21 | Add a CXXDestroyExpr. Add classof member functions to CXXTempVarDecl. | Anders Carlsson |
2009-04-17 | Add support for the __has_trivial_destructor type trait. | Anders Carlsson |
2009-04-16 | Add support for the __has_trivial_constructor type trait. | Anders Carlsson |
2009-03-26 | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor |
2009-03-22 | Keep track of whether a class is abstract or not. This is currently only used... | Anders Carlsson |
2009-03-19 | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor |
2009-03-19 | Generalize printing of nested-name-specifier sequences for use in both | Douglas Gregor |
2009-03-13 | Implement template instantiation for several more kinds of expressions: | Douglas Gregor |