clang/test/CXX/temp/temp.arg
Douglas Gregor a034782313 Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy
matching of variadic template template parameters to template
arguments. This paragraph was the subject of ISO C++ committee
document N2555: Extending Variadic Template Template Parameters.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123348 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-13 00:08:50 +00:00
..
temp.arg.nontype Parentheses around address non-type template argument is demoted to an extension warning. 2010-09-13 06:06:58 +00:00
temp.arg.template Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy 2011-01-13 00:08:50 +00:00
temp.arg.type Teach the warning about unnamed/local types in template arguments to 2010-10-13 00:27:52 +00:00