[cfe-commits] r126039 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaExprCXX.cpp lib/Sema/SemaStmt.cpp test/SemaCXX/no-exceptions.cpp
John McCall
rjmccall at apple.com
Sun Feb 20 15:47:48 PST 2011
On Feb 19, 2011, at 11:26 AM, Anders Carlsson wrote:
> Author: andersca
> Date: Sat Feb 19 13:26:44 2011
> New Revision: 126039
>
> URL: http://llvm.org/viewvc/llvm-project?rev=126039&view=rev
> Log:
> Disallow try/catch/throw when exceptions are disabled.
Is this a good idea? I thought we tried this earlier and ran into problems with headers that use try/catch/throw.
John.
More information about the cfe-commits
mailing list