summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-member-pointers.cpp
AgeCommit message (Expand)Author
2013-12-10Sema: Enforce C++11 pointer-to-member template arguments should rulesDavid Majnemer
2011-01-04Enhance the diagnostic for negative array sizes to include theChandler Carruth
2010-05-11A DeclRefExpr that refers to a member function or a static data memberDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-13Template argument deduction of a non-type template parameter from aDouglas Gregor
2009-11-12Recognize (and check) pointer-to-member template arguments that areDouglas Gregor
2009-11-12When instantiating a reference to a non-type template parameter of pointer toDouglas Gregor
2009-06-09Handle member pointer types with dependent class types (e.g., intDouglas Gregor