summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/destructor-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* Diagnose destructor templates. Fixes PR7904.Douglas Gregor2011-03-041-0/+7
* When we've parsed a nested-name-specifier in a member accessDouglas Gregor2010-05-271-0/+10
* Strip cv-qualifiers when building C++ constructor and destructorDouglas Gregor2010-04-231-0/+8
* Use CXXPseudoDestructorExpr as the stored representation for dependentDouglas Gregor2010-02-251-0/+2
* Improve parsing and instantiation of destructor names, so that we canDouglas Gregor2010-02-161-0/+13
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When checking the base object of a member access expression (b.foo,Douglas Gregor2009-11-201-0/+7
* Skip over bases/fields with dependent types.Fariborz Jahanian2009-08-251-0/+12