summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* ShouldDestroyTemporaries? I don't think so.Anders Carlsson2009-12-151-1/+0
* r90313, in which OverloadedFunctionDecl is removed and never spoken of again.John McCall2009-12-021-7/+0
* Rework how we support C++ implicit member accesses. If we can resolve anJohn McCall2009-12-011-6/+12
* Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall2009-11-301-0/+13
* Remove VISIBILITY_HIDDEN from lib/AST.Benjamin Kramer2009-11-281-2/+1
* Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor2009-11-251-4/+3
* Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and John McCall2009-11-241-8/+7
* "Incremental" progress on using expressions, by which I mean totally rippingJohn McCall2009-11-211-1/+1
* Draw a brighter line between "unresolved" expressions, where we have done theJohn McCall2009-11-191-2/+4
* Introduce a new representation for template templateDouglas Gregor2009-11-111-0/+4
* Track source information for template arguments and template specializationJohn McCall2009-10-291-32/+38
* Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor2009-10-231-5/+2
* Add safe part of previous (reverted) commit, necessary to update to LLVM API ...Daniel Dunbar2009-09-221-1/+1
* Revert "Switch a few clients over to StringLiteral::getString.", this is brea...Daniel Dunbar2009-09-221-1/+1
* Switch a few clients over to StringLiteral::getString.Daniel Dunbar2009-09-221-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-31/+31
* Implement AST, semantics, and CodeGen for C++ pseudo-destructorDouglas Gregor2009-09-041-0/+7
* Improved handling for dependent, qualified member access expressions, e.g.,Douglas Gregor2009-09-031-0/+1
* Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocateDouglas Gregor2009-08-311-5/+1
* Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we willDouglas Gregor2009-08-311-1/+1
* When a member reference expression includes a qualifier on the memberDouglas Gregor2009-08-261-0/+5
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-201-2/+2
* Renamed ClassProp data member of ObjCImplctSetterGetterRefExprFariborz Jahanian2009-08-181-1/+1
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-181-1/+2
* Take 2 on AltiVec-style vector initializers. Nate Begeman2009-08-101-0/+4
* Revert r78535, it is causing a number of failures to build projects.Daniel Dunbar2009-08-101-4/+0
* AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d);Nate Begeman2009-08-091-0/+4
* Make canonicalization of overloaded function declarations match theDouglas Gregor2009-07-311-19/+3
* Canonicalize template template parameters. We can't test this yet, butDouglas Gregor2009-07-311-1/+5
* Canonicalize function parametersDouglas Gregor2009-07-311-0/+12
* Canonicalization and profiling for overloaded function declarations,Douglas Gregor2009-07-311-2/+24
* Canonicalization for dependent typeof(expr) types.Douglas Gregor2009-07-301-2/+2
* Use the new statement/expression profiling code to unique dependentDouglas Gregor2009-07-291-0/+13
* Fix a typo in a commentDouglas Gregor2009-07-281-1/+1
* Profiling the pointer of a canonical type is sufficient to uniquely identify ...Douglas Gregor2009-07-281-20/+13
* Finish profile support for statements.Douglas Gregor2009-07-281-3/+128
* Complete profile support for C++ and Objective-C expressionsDouglas Gregor2009-07-281-62/+78
* Add a Profile function for statements so that we can (eventually) determineDouglas Gregor2009-07-281-0/+537
OpenPOWER on IntegriCloud