]> granicus.if.org Git - clang/commit
Emit error unsupported for break/continue/goto inside Obj-C exception
authorDaniel Dunbar <daniel@zuster.org>
Thu, 2 Oct 2008 18:02:06 +0000 (18:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 2 Oct 2008 18:02:06 +0000 (18:02 +0000)
commita4275d194b656867bdcdb725b2a7ba3251a1a638
treed647bb786811ca0cd1eaada8d8276df47bd25d73
parent8e45f73bae2f0a3bef2b6172cd48f3049cc4d5b1
Emit error unsupported for break/continue/goto inside Obj-C exception
handling blocks.
 - This has false positives, but at least prevents miscompiles.

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