PR9903: Recover from a member functon declared with the 'typedef' specifier by
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 Nov 2012 22:54:20 +0000 (22:54 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 Nov 2012 22:54:20 +0000 (22:54 +0000)
commit2603b096df3df743c1c5fb8c988cd53aca44fdaf
treee9e5540561952ee7f153fe5472c566554046c926
parente6385e61b57bbba1b25187a9b70f7f4213517988
PR9903: Recover from a member functon declared with the 'typedef' specifier by
dropping the specifier, just like we do for non-member functions and function
templates declared 'typedef'. Patch by Brian Brooks!

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