[cfe-commits] r126630 - in /cfe/trunk: include/clang/Driver/Options.td lib/CodeGen/CGException.cpp lib/Driver/Tools.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaStmt.cpp
jahanian
fjahanian at apple.com
Mon Feb 28 09:02:43 PST 2011
Please provide documentation on usage of these flags for all dialects. Existing gcc compatible flag behavior
presumably will not change with any of these.
- Fariborz
On Feb 27, 2011, at 6:27 PM, Anders Carlsson wrote:
> Author: andersca
> Date: Sun Feb 27 20:27:16 2011
> New Revision: 126630
>
> URL: http://llvm.org/viewvc/llvm-project?rev=126630&view=rev
> Log:
> Add a -fcxx-exceptions flag to the frontend, which can be used to enable
> C++ exceptions, even when exceptions have been turned off using -fno-exceptions.
> Make the -fobjc-exceptions flag do the same thing, but for Objective-C exceptions.
>
> C++ and Objective-C exceptions can also be disabled using -fno-cxx-excptions and
> -fno-objc-exceptions.
>
More information about the cfe-commits
mailing list