PR21367: Don't accept rvalue references as an extension in C++98 mode if we're in...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 28 Oct 2014 16:55:02 +0000 (16:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 28 Oct 2014 16:55:02 +0000 (16:55 +0000)
commit0b350b9ec54e4fa762772688d27e38556af4f83b
tree279cf76a14690bb1fa0681bf1e9aec69d1353fbb
parent50d634b3432dbd9f549e0243011009ddb325f8ff
PR21367: Don't accept rvalue references as an extension in C++98 mode if we're in a new-type-id or conversion-type-id, since those things can legitimately be followed by a binary && operator.

llvm-svn: 220785
clang/lib/Parse/ParseDecl.cpp
clang/test/Parser/cxx0x-in-cxx98.cpp