diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-01-25 22:19:32 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-01-25 22:19:32 +0000 |
commit | b7cd135215501a154eb4f68159f3af020783099e (patch) | |
tree | cd4aeb8fee036232da018d785d8f35988754b416 /lib/Sema/AnalysisBasedWarnings.cpp | |
parent | 2bc212120692987b02ae8a85366a58f1c36cc2bf (diff) |
Speculatively implement a tweak to the C++0x overload resolution rules
for reference binding (C++ [over.rank.ics]p3b1sb4), so that we prefer
the binding of an lvalue reference to a function lvalue over the
binding of an rvalue reference. This change resolves the ambiguity
with std::forward and lvalue references to function types in a way
that seems consistent with the original rvalue references proposal.
My proposed wording for this change is shown in
isBetterReferenceBindingKind(); we'll try to get this change adopted
in the C++0x working paper as well.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/AnalysisBasedWarnings.cpp')
0 files changed, 0 insertions, 0 deletions