aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/StmtProfile.cpp
AgeCommit message (Expand)Author
2009-11-11Introduce a new representation for template templateDouglas Gregor
2009-10-29Track source information for template arguments and template specializationJohn McCall
2009-10-23Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor
2009-09-22Add safe part of previous (reverted) commit, necessary to update to LLVM API ...Daniel Dunbar
2009-09-22Revert "Switch a few clients over to StringLiteral::getString.", this is brea...Daniel Dunbar
2009-09-22Switch a few clients over to StringLiteral::getString.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-04Implement AST, semantics, and CodeGen for C++ pseudo-destructorDouglas Gregor
2009-09-03Improved handling for dependent, qualified member access expressions, e.g.,Douglas 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 ClassProp data member of ObjCImplctSetterGetterRefExprFariborz Jahanian
2009-08-18Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian
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-31Make canonicalization of overloaded function declarations match theDouglas Gregor
2009-07-31Canonicalize template template parameters. We can't test this yet, butDouglas Gregor
2009-07-31Canonicalize function parametersDouglas Gregor
2009-07-31Canonicalization and profiling for overloaded function declarations,Douglas Gregor
2009-07-30Canonicalization for dependent typeof(expr) types.Douglas Gregor
2009-07-29Use the new statement/expression profiling code to unique dependentDouglas Gregor
2009-07-28Fix a typo in a commentDouglas Gregor
2009-07-28Profiling the pointer of a canonical type is sufficient to uniquely identify ...Douglas Gregor
2009-07-28Finish profile support for statements.Douglas Gregor
2009-07-28Complete profile support for C++ and Objective-C expressionsDouglas Gregor
2009-07-28Add a Profile function for statements so that we can (eventually) determineDouglas Gregor