]> granicus.if.org Git - clang/commit
Make sure we don't try to produce a definition of an implicitly-deleted function
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 26 Feb 2012 07:51:39 +0000 (07:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 26 Feb 2012 07:51:39 +0000 (07:51 +0000)
commit03f68788036803c0bad3fe6ea9a4ea31ba195a2b
tree5bf9de306960c6c370fc0126161a19fb6db3dcd9
parent88189556c5d620f2c46ea5599b95456b4da138b5
Make sure we don't try to produce a definition of an implicitly-deleted function

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151478 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
test/SemaCXX/defaulted-private-dtor.cpp