llvm-project/clang/test/CXX/over/over.match
Douglas Gregor e1a47c1766 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.

llvm-svn: 124313
2011-01-26 19:41:18 +00:00
..
over.match.best Reinstate r124236 (tweaking the rvalue-reference overload resolution 2011-01-26 14:52:12 +00:00
over.match.funcs Rvalue references for *this: explicitly keep track of whether a 2011-01-26 19:41:18 +00:00