Improve the extension warning for the use of ref-qualifiers, to
commit5deb46a8f3213fe21eed709ff9a6a79f0d5575cf
authorDouglas Gregor <doug.gregor@gmail.com>
Wed, 26 Jan 2011 20:35:32 +0000 (26 20:35 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Wed, 26 Jan 2011 20:35:32 +0000 (26 20:35 +0000)
treef1bb3fb888ce815570d5bab6ba43315e1d83940d
parentf9ec166ec2e3f19c1ac738896f4552e6840abe76
Improve the extension warning for the use of ref-qualifiers, to
distinguish them from rvalue references. Using the rvalue-references
warning was weird when the ref-qualifier was '&'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124316 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseDecl.cpp
test/Parser/cxx0x-in-cxx98.cpp [new file with mode: 0644]