summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-member-pointers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enhance the diagnostic for negative array sizes to include theChandler Carruth2011-01-041-1/+1
* A DeclRefExpr that refers to a member function or a static data memberDouglas Gregor2010-05-111-0/+12
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Template argument deduction of a non-type template parameter from aDouglas Gregor2009-11-131-0/+7
* Recognize (and check) pointer-to-member template arguments that areDouglas Gregor2009-11-121-0/+13
* When instantiating a reference to a non-type template parameter of pointer toDouglas Gregor2009-11-121-1/+9
* Handle member pointer types with dependent class types (e.g., intDouglas Gregor2009-06-091-0/+27