]> granicus.if.org Git - clang/commit
Parse a C++ scope specifier followed by a "typename" annotation token as a type name...
authorDouglas Gregor <dgregor@apple.com>
Mon, 28 Sep 2009 07:26:33 +0000 (07:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 28 Sep 2009 07:26:33 +0000 (07:26 +0000)
commit9d7b35303c6f1eaee85039d0f934c456e063cd0a
treef335aa54c6ebe6e542ab65accd7583666eca520b
parent0d696533420fca4cf32694621e3edf582ad4d06e
Parse a C++ scope specifier followed by a "typename" annotation token as a type name within the declaration specifiers. Fixes PR5061.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82974 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
test/SemaTemplate/qualified-id.cpp [new file with mode: 0644]