]> granicus.if.org Git - clang/commit
Recover properly from a redundant 'typename' before a non-nested name. This is
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 14 May 2012 22:43:34 +0000 (22:43 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 14 May 2012 22:43:34 +0000 (22:43 +0000)
commit23756776eadfd8bbddf5d120d4c191ef9e50d209
tree82ced400d4f87ef65ec550071ad3d02676d97fd1
parent45246a7fc00f07bba9a34a3f13c0af72a05f95be
Recover properly from a redundant 'typename' before a non-nested name. This is
permitted as a Microsoft extension. Patch by William Wilson! (Plus some minor
tweaking by me.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156786 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/Parser.cpp
test/Parser/MicrosoftExtensions.cpp