]> granicus.if.org Git - clang/commit
There's no need to return early if we encounter a try/throw and exceptions are disabled.
authorAnders Carlsson <andersca@mac.com>
Sat, 19 Feb 2011 21:53:09 +0000 (21:53 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 19 Feb 2011 21:53:09 +0000 (21:53 +0000)
commitb1fba3145392dc0cf54691576a4e6141e5081869
treed78aa2b6f3a6230b4199bab6855dfc507fe7394b
parent96b1d4b4eb6b18dd6df7a2c0833332b45840580f
There's no need to return early if we encounter a try/throw and exceptions are disabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126053 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaStmt.cpp