From: Sean Hunt Date: Thu, 23 Jun 2011 00:42:53 +0000 (+0000) Subject: Revert "-fexceptions does not, in fact, enable C++ exceptions" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=647ba1bc2e5b9aeb3ed294353b0277f835effa7d;p=clang Revert "-fexceptions does not, in fact, enable C++ exceptions" In fact it does. For the driver anyway, and not cc1 which I'm supposed to pretend doesn't exist. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133673 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 551e17f220..cce2e8c5b0 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -389,7 +389,7 @@ enabled. Those features are listed here.

C++ exceptions

Use __has_feature(cxx_exceptions) to determine if C++ exceptions have been enabled. For -example, compiling code with -fexceptions and -fc++-exceptions enables C++ exceptions.

+example, compiling code with -fexceptions enables C++ exceptions.

C++ RTTI