llvm-project/clang/test/CXX/temp/temp.param
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
..
p1.cpp
p2.cpp Improve diagnostic for missing comma in template parameter list. 2018-08-17 19:43:40 +00:00
p3.cpp
p4.cpp
p5.cpp Fold -Wreturn-stack-address into general initialization lifetime 2018-07-23 21:21:22 +00:00
p7.cpp
p8.cpp
p9-0x.cpp
p9.cpp
p10-0x.cpp
p10.cpp
p11-0x.cpp
p11.cpp
p12.cpp
p13.cpp
p15-cxx0x.cpp Push alias-declarations and alias-template declarations into scope even if 2016-07-15 20:53:25 +00:00
p15.cpp