]> granicus.if.org Git - clang/commit
Cleanups on exceptional edges don't work at all, yet. This doesn't
authorMike Stump <mrs@apple.com>
Wed, 2 Dec 2009 23:46:02 +0000 (23:46 +0000)
committerMike Stump <mrs@apple.com>
Wed, 2 Dec 2009 23:46:02 +0000 (23:46 +0000)
commitbe7c144fcbcc27eec3efaab5f744e3591995dde1
tree119c655f9309066a8d6246d49d03b7e94a82c952
parentf7f74675d4e63c4529a4b890c0dd62cf6dc4c476
Cleanups on exceptional edges don't work at all, yet.  This doesn't
catch very many of them and if we caught all of them, the errors would
be annoying.  I'm working on this next.  WIP.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90358 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp