[cfe-commits] r133673 - /cfe/trunk/docs/LanguageExtensions.html
Sean Hunt
scshunt at csclub.uwaterloo.ca
Wed Jun 22 17:42:53 PDT 2011
Author: coppro
Date: Wed Jun 22 19:42:53 2011
New Revision: 133673
URL: http://llvm.org/viewvc/llvm-project?rev=133673&view=rev
Log:
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.
Modified:
cfe/trunk/docs/LanguageExtensions.html
Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=133673&r1=133672&r2=133673&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Wed Jun 22 19:42:53 2011
@@ -389,7 +389,7 @@
<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>
More information about the cfe-commits
mailing list