]> granicus.if.org Git - clang/commit
Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind
authorJohn McCall <rjmccall@apple.com>
Thu, 8 Jul 2010 06:48:12 +0000 (06:48 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 8 Jul 2010 06:48:12 +0000 (06:48 +0000)
commit9c0c1f333ab8f5a3da055b99ee94778689face17
treec7233d26e7019e51d692f678c3d023e46e27c3bb
parented8abf18329df67b0abcbb3a10458bd8c1d2a595
Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind
as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107858 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
test/CXX/except/except.spec/p14-ir.cpp
test/CodeGenCXX/destructors.cpp