llvm-project/clang/test/CXX/temp/temp.res
Richard Smith c08b693e30 Parse A::template B as an identifier rather than as a template-id with no
template arguments.

This fixes some cases where we'd incorrectly accept "A::template B" when B is a
kind of template that requires template arguments (in particular, a variable
template or a concept).

llvm-svn: 331013
2018-04-27 02:00:13 +00:00
..
temp.dep
temp.dep.res/temp.point
temp.local PR9551: Implement DR1004 (http://wg21.link/cwg1004). 2017-01-18 19:19:22 +00:00
p3.cpp Parse A::template B as an identifier rather than as a template-id with no 2018-04-27 02:00:13 +00:00