Rvalue references for *this: implement the implicit conversion rules
commit910d0b212df3765b2042e43a5ce2033b4cc18c1e
authorDouglas Gregor <doug.gregor@gmail.com>
Wed, 26 Jan 2011 19:30:28 +0000 (26 19:30 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Wed, 26 Jan 2011 19:30:28 +0000 (26 19:30 +0000)
tree6ea67fdb6631ab511ed8dcbc2512f73f775e0e42
parent3ba5f8eb92d1bbfd7b8441309c75cc457320a5d7
Rvalue references for *this: implement the implicit conversion rules
for the implicit object argument to a non-static member function with
a ref-qualifier (C++0x [over.match.funcs]p4).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124311 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/Sema/Overload.h
include/clang/Sema/Sema.h
lib/Sema/SemaOverload.cpp
test/CXX/over/over.match/over.match.funcs/p4-0x.cpp [new file with mode: 0644]