PR15017: A '>' can appear after a type-specifier in a template-argument-list.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Jan 2013 04:13:32 +0000 (04:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Jan 2013 04:13:32 +0000 (04:13 +0000)
commit52c5b87cc9aa76de642dcc76d563b6c9eb0f24f1
tree5b4ec7e1fbc8849fa9cbedcdd1ee0b581adfd280
parentff37d94e6f74ed23aa6311af692c5c079aec3eab
PR15017: A '>' can appear after a type-specifier in a template-argument-list.
It turns out that there's no correctness bug here (because we can't have a type
definition in this location), but there was a diagnostic bug.

llvm-svn: 173766
clang/lib/Parse/ParseDeclCXX.cpp
clang/test/Parser/cxx-decl.cpp