summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/member-access-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-4/+17
* Clarify the logic for when to build an overloaded binop. In particular,John McCall2010-12-061-0/+15
* Fix an corner-case assertion introduced by the refactoring in r112258;Douglas Gregor2010-08-301-0/+11
* Use CXXPseudoDestructorExpr as the stored representation for dependentDouglas Gregor2010-02-251-0/+2
* Unresolved implicit member accesses are dependent if the object type is depen...John McCall2009-12-191-0/+14
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make sure to grab CVR qualifiers from the canonical type. ARGH!Douglas Gregor2009-11-051-0/+17
* When a template-id expression refers to a member function template, turn it i...Douglas Gregor2009-10-221-1/+14
* Implement AST, semantics, and CodeGen for C++ pseudo-destructorDouglas Gregor2009-09-041-0/+16
* Implement tree transformations for DeclarationNames. Among otherDouglas Gregor2009-09-031-0/+13
* Improve template instantiation for member access expressions thatDouglas Gregor2009-09-031-4/+4
* Add a wicked little test-case that illustrates what we have to dealDouglas Gregor2009-09-021-0/+48