aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/StmtNodes.def
AgeCommit message (Expand)Author
2010-05-05Reapplying patch to change StmtNodes.def to StmtNodes.td, this timeSean Hunt
2010-05-05Revert r103072; I accidentally ended up deleting a bunch of trailingSean Hunt
2010-05-05Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributesSean Hunt
2010-04-28Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor
2010-04-21CXXNamedCastExpr is actually an abstract expression.Zhongxing Xu
2010-02-03Remove abstract expression kinds from the StmtClass enum. Update a few usersJohn McCall
2010-01-29Add an CXXBindReferenceExpr (not used just yet).Anders Carlsson
2009-11-30Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall
2009-11-25Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor
2009-11-24Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and John McCall
2009-11-21"Incremental" progress on using expressions, by which I mean totally rippingJohn McCall
2009-11-19Draw a brighter line between "unresolved" expressions, where we have done theJohn McCall
2009-10-23Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor
2009-09-04Implement AST, semantics, and CodeGen for C++ pseudo-destructorDouglas Gregor
2009-08-31Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocateDouglas Gregor
2009-08-31Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we willDouglas Gregor
2009-08-26When a member reference expression includes a qualifier on the memberDouglas Gregor
2009-08-20Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian
2009-08-18Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian
2009-08-11Refactor the template-instantiation logic for expressions into aDouglas Gregor
2009-08-10Take 2 on AltiVec-style vector initializers. Nate Begeman
2009-08-10Revert r78535, it is causing a number of failures to build projects.Daniel Dunbar
2009-08-09AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d);Nate Begeman
2009-07-24Allow front-end 'isa' access on object's of type 'id'.Steve Naroff
2009-06-30Preliminary parsing and ASTs for template-ids that refer to functionDouglas Gregor
2009-05-30Add a CXXBindTemporaryExpr.Anders Carlsson
2009-05-22Representation of and template instantiation for memberDouglas Gregor
2009-05-20Introduce a new expression type, CXXUnresolvedConstructExpr, toDouglas Gregor
2009-05-15Introduce the EXPR macro into StmtNodes.def, so that we canDouglas Gregor
2009-05-10Implement C++0x nullptr.Sebastian Redl
2009-05-01Get rid of CXXDestroyExpr.Anders Carlsson
2009-05-01Rename CXXExprWithCleanup to CXXExprWithTemporaries.Anders Carlsson
2009-04-26Update StmtNodes.def with the new base class of CXXTemporaryObjectExprSebastian Redl
2009-04-24Add CXXExprWithCleanupAnders Carlsson
2009-04-23Add a CXXConstructExpr that represents an implicit call to a C++ constructor....Anders Carlsson
2009-04-21Add a CXXDestroyExpr. Add classof member functions to CXXTempVarDecl.Anders Carlsson
2009-03-19Introduce a new expression type, UnresolvedDeclRefExpr, that describesDouglas Gregor
2009-02-18rip out __builtin_overloadChris Lattner
2009-02-04Fix our semantic analysis ofDouglas Gregor
2009-01-29Introduce a new expression node, ImplicitValueInitExpr, thatDouglas Gregor
2009-01-22Initial implementation of semantic analysis and ASTs for C99Douglas Gregor
2009-01-16Part one of handling C++ functional casts. This handles semanticDouglas Gregor
2009-01-06Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor
2009-01-05PODness and Type TraitsSebastian Redl
2008-12-22Full AST support and better Sema support for C++ try-catch.Sebastian Redl
2008-12-22Partial AST and Sema support for C++ try-catch.Sebastian Redl
2008-12-22Add support for calls to overloaded member functions. Things to note:Douglas Gregor
2008-12-06Add support for calls to dependent names within templates, e.g.,Douglas Gregor
2008-11-29CXXFunctionalCastExpr inherits from ExplicitCastExpr.Anders Carlsson
2008-11-29Implement the GNU __null extensionDouglas Gregor