]> granicus.if.org Git - clang/commit
Diagnose attempts to throw an abstract class type.
authorDouglas Gregor <dgregor@apple.com>
Thu, 15 Apr 2010 18:05:39 +0000 (18:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 15 Apr 2010 18:05:39 +0000 (18:05 +0000)
commitbf422f9d7e2e3454b2296b02202f4d5ae12644f6
tree2cd1762596b815beb061c4e9b631ea090278e9ce
parent1b49d762e9658b6b6d1b677dca005324a7b1126d
Diagnose attempts to throw an abstract class type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101381 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/exceptions.cpp