]> granicus.if.org Git - clang/commit
Improve the diagnostic that complains about binding an rvalue
authorDouglas Gregor <dgregor@apple.com>
Fri, 21 Jan 2011 01:04:33 +0000 (01:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 21 Jan 2011 01:04:33 +0000 (01:04 +0000)
commitfb5d7efc279335bde2cdc0a73da525d6b28201e9
tree791a10ad30b3a6db9d00db78989941d101396223
parentb2855ad68d93824faf47c09bbef90ba74157f0f4
Improve the diagnostic that complains about binding an rvalue
reference to an lvalue.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123953 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaInit.cpp
test/SemaCXX/rval-references.cpp