]> granicus.if.org Git - clang/commit
Improve the extension warning for the use of ref-qualifiers, to
authorDouglas Gregor <dgregor@apple.com>
Wed, 26 Jan 2011 20:35:32 +0000 (20:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 26 Jan 2011 20:35:32 +0000 (20:35 +0000)
commit1f3810623fc7adbff149585a49a3f174dafdea81
treef1bb3fb888ce815570d5bab6ba43315e1d83940d
parentb47f74818094fabd8f150fb4d6d0fa8a6c52cde1
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]