]> granicus.if.org Git - clang/commit
Add missing check for creating an instance of an abstract class through an
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 20 Jul 2013 19:41:36 +0000 (19:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 20 Jul 2013 19:41:36 +0000 (19:41 +0000)
commitcfc57085a6eb8036d29164d4294cd95853ee1182
treebe53a91d4bb9529a8fe0bcc8b4fa47d9fcef3ab3
parentcbec59a267d8d6c402c6b0206e36dca091fc9ae4
Add missing check for creating an instance of an abstract class through an
implicit conversion sequence.

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