]> granicus.if.org Git - clang/commit
When we are missing the ',' or '>' to terminate a template parameter
authorDouglas Gregor <dgregor@apple.com>
Fri, 15 Oct 2010 01:15:58 +0000 (01:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 15 Oct 2010 01:15:58 +0000 (01:15 +0000)
commit99ea7343ce6d23157427a59eaf969596e8ed609f
tree83d60b876c8ed6f7887c3d0a12a424bce88fa04d
parent5a1f97ee183d2614db58452a4380dd11cb309263
When we are missing the ',' or '>' to terminate a template parameter
list, complain about it! Fixes PR7053.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116551 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseTemplate.cpp
test/Parser/cxx-template-decl.cpp