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)
commit1ee635278813d0ca976d2f17688c92f8b1470851
treee9faef5f281514aef4516542e7e8a0c556ca884d
parentcced1566e228674f03d9e93e076439d4f82b9f91
DR1492: In a definition of a destructor, the exception specification must be
explicitly specified iff it was specified in the declaration.

llvm-svn: 166071
clang/lib/Sema/SemaExceptionSpec.cpp
clang/test/CXX/special/class.dtor/p3-0x.cpp
clang/test/CXX/special/class.dtor/p3.cpp [new file with mode: 0644]