]> granicus.if.org Git - clang/commitdiff
Revert "-fexceptions does not, in fact, enable C++ exceptions"
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Thu, 23 Jun 2011 00:42:53 +0000 (00:42 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Thu, 23 Jun 2011 00:42:53 +0000 (00:42 +0000)
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

docs/LanguageExtensions.html

index 551e17f22058994c7b071dd68303e4eccd0cf87d..cce2e8c5b0990be0b9a0686bdb2f3d0ad7e4f27b 100644 (file)
@@ -389,7 +389,7 @@ enabled.  Those features are listed here.</p>
 <h3 id="cxx_exceptions">C++ exceptions</h3>
 
 <p>Use <tt>__has_feature(cxx_exceptions)</tt> to determine if C++ exceptions have been enabled. For
-example, compiling code with <tt>-fexceptions</tt> and <tt>-fc++-exceptions</tt> enables C++ exceptions.</p>
+example, compiling code with <tt>-fexceptions</tt> enables C++ exceptions.</p>
 
 <h3 id="cxx_rtti">C++ RTTI</h3>