aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/member-access-expr.cpp
AgeCommit message (Expand)Author
2010-12-06Clarify the logic for when to build an overloaded binop. In particular,John McCall
2010-08-30Fix an corner-case assertion introduced by the refactoring in r112258;Douglas Gregor
2010-02-25Use CXXPseudoDestructorExpr as the stored representation for dependentDouglas Gregor
2009-12-19Unresolved implicit member accesses are dependent if the object type is depen...John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-05Make sure to grab CVR qualifiers from the canonical type. ARGH!Douglas Gregor
2009-10-22When a template-id expression refers to a member function template, turn it i...Douglas Gregor
2009-09-04Implement AST, semantics, and CodeGen for C++ pseudo-destructorDouglas Gregor
2009-09-03Implement tree transformations for DeclarationNames. Among otherDouglas Gregor
2009-09-03Improve template instantiation for member access expressions thatDouglas Gregor
2009-09-02Add a wicked little test-case that illustrates what we have to dealDouglas Gregor