]> granicus.if.org Git - clang/commit
DR1492: In a definition of a destructor, the exception specification must be
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 16 Oct 2012 23:30:16 +0000 (23:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 16 Oct 2012 23:30:16 +0000 (23:30 +0000)
commit708f69bcc1be715efd1e9f46266a9c1ead184be6
tree13bcacac0f1768f91e34404acf57484db5fbb750
parent2eb9a959d24ad757a82ecab61f343635ad67749a
DR1492: In a definition of a destructor, the exception specification must be
explicitly specified iff it was specified in the declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166071 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExceptionSpec.cpp
test/CXX/special/class.dtor/p3-0x.cpp
test/CXX/special/class.dtor/p3.cpp [new file with mode: 0644]