]> granicus.if.org Git - clang/commit
Don't get confused by a virt-specifier after a trailing-return-type - it's not
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 13 Oct 2013 22:12:28 +0000 (22:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 13 Oct 2013 22:12:28 +0000 (22:12 +0000)
commit8d1ab8a083d5613b24bbfd68bf02cd2a295dab22
tree159bfd44ad1852c6a9d1b0637439a8ec6c92a9c7
parent1505edfeb85f54f2a982f76542b51e5ddd12b44c
Don't get confused by a virt-specifier after a trailing-return-type - it's not
an accidentally-included name for the declarator.

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