summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/dependent-type-identity.cpp
AgeCommit message (Expand)Author
2016-10-24Fix crash if StmtProfile finds a type-dependent member access for which we haveRichard Smith
2015-04-11Improve the error message for assigning to read-only variables.Richard Trieu
2014-10-17Fix the rest of PR21289: a pack expansion that we can't expand yet makes aRichard Smith
2014-03-13PR18275: If a member function of a class template is declared with aRichard Smith
2010-07-13When computing the canonical profile of a DeclRefExpr or MemberExpr,Douglas Gregor
2010-05-19Profile type-dependent uses of overloaded operators in C++ the sameDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-25Improve support for out-of-line definitions of nested templates andDouglas Gregor
2009-05-11Implement the notions of the "current instantiation" and "unknownDouglas Gregor
2009-05-07Document the dependent type equivalence test case's purpose.Douglas Gregor
2009-05-07Test a few more variants of dependent type namesDouglas Gregor
2009-05-07Compute the canonical template name when building a templateDouglas Gregor
2009-05-07Start canonicalizing template names. This is not yet complete, but itDouglas Gregor