teak-llvm/clang/test/CXX/temp
Richard Smith f9a5d5f04a Improve diagnostic for missing comma in template parameter list.
Given 'typename T typename U', we would correctly diagnose the missing
comma, but incorrectly disambiguate the first parameter as being a
non-type parameter and complain that the 'T' is not a qualified-id.

See also gcc.gnu.org/PR86998.

llvm-svn: 340074
2018-08-17 19:43:40 +00:00
..
temp.arg
temp.decls [Sema] Diagnose an invalid dependent function template specialization 2018-07-19 20:40:20 +00:00
temp.deduct.guide Implement C++ DR727, which permits explicit specializations at class scope. 2018-03-16 13:36:56 +00:00
temp.fct.spec PR38136: improve handling of template argument deduction of non-trailing 2018-07-12 23:32:39 +00:00
temp.names
temp.param Improve diagnostic for missing comma in template parameter list. 2018-08-17 19:43:40 +00:00
temp.res Parse A::template B as an identifier rather than as a template-id with no 2018-04-27 02:00:13 +00:00
temp.spec Implement C++ DR727, which permits explicit specializations at class scope. 2018-03-16 13:36:56 +00:00
temp.type
p3.cpp