]> granicus.if.org Git - clang/commit
DR1902: if overload resolution recurses, and the inner overload resolution
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 27 Jan 2015 03:30:40 +0000 (03:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 27 Jan 2015 03:30:40 +0000 (03:30 +0000)
commit445b0d63e11f2c1e51652a4f2b4e245ee610e59c
tree6d30ce59599fcc01e7ef454be658324c410daaa8
parent39d9a722f8bdd498ece041a473d94557801b58de
DR1902: if overload resolution recurses, and the inner overload resolution
selects a deleted function, the outer function is still a candidate even though
the initialization sequence is "otherwise ill-formed".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227169 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/CXX/drs/dr19xx.cpp [new file with mode: 0644]
www/cxx_dr_status.html