]> granicus.if.org Git - clang/commit
Disallow try/catch/throw when exceptions are disabled.
authorAnders Carlsson <andersca@mac.com>
Sat, 19 Feb 2011 19:26:44 +0000 (19:26 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 19 Feb 2011 19:26:44 +0000 (19:26 +0000)
commit7f11d9cf5df1f8ce82af46eabc4ec5cec7d580b0
treea870ff25e6a7304d663f1a819110a41bb3e8c769
parentd9ea180032eda76a46c099a9aab99512447c326d
Disallow try/catch/throw when exceptions are disabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126039 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaStmt.cpp
test/SemaCXX/no-exceptions.cpp