Rvalue references for *this: explicitly keep track of whether a
commit09bd70c1ec72504ab116105955f28a8a0cf2d2af
authorDouglas Gregor <doug.gregor@gmail.com>
Wed, 26 Jan 2011 19:41:18 +0000 (26 19:41 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Wed, 26 Jan 2011 19:41:18 +0000 (26 19:41 +0000)
tree1a65b40618eb9783e7aa7cdfd7557559a31de9ea
parent910d0b212df3765b2042e43a5ce2033b4cc18c1e
Rvalue references for *this: explicitly keep track of whether a
reference binding is for the implicit object parameter of a member
function with a ref-qualifier. My previous comment, that we didn't
need to track this explicitly, was wrong: we do in fact get
rvalue-references-prefer-rvalues overloading with ref-qualifiers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124313 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Overload.h
lib/Sema/SemaOverload.cpp
test/CXX/over/over.match/over.match.funcs/p4-0x.cpp