]> granicus.if.org Git - clang/commit
Implement implicit exception specifications of destructors.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 18 May 2011 05:20:56 +0000 (05:20 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 18 May 2011 05:20:56 +0000 (05:20 +0000)
commit0320a1d7b3305d1aef36ee68b77bebe170e1d30a
treecae982adc69a4f74a9900ce55cbab8dce0aad793
parent71a682f98a1e79c84e95e45f94041bcd7a694ef5
Implement implicit exception specifications of destructors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131528 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/special/class.dtor/p3-0x.cpp [new file with mode: 0644]
test/CodeGenCXX/cxx0x-delegating-ctors.cpp
test/CodeGenCXX/eh.cpp