]> granicus.if.org Git - clang/commit
PR22673: Don't forget to check a constructor for deletedness when we use it to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Feb 2015 21:16:19 +0000 (21:16 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Feb 2015 21:16:19 +0000 (21:16 +0000)
commit81c841a0983db70bf169d4abb73cf5e52742146f
treedab8523abc8720b551a89277aba67cf942972ae8
parentb2260d62e0fac7b619230efc8418dce3774fe8e3
PR22673: Don't forget to check a constructor for deletedness when we use it to
implicitly construct a temporary in a reference binding.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/deleted-function.cpp