From: Sean Hunt
Date: Wed, 22 Jun 2011 23:49:12 +0000 (+0000)
Subject: -fexceptions does not, in fact, enable C++ exceptions
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b4ba8b1d48f2fde34ecb17597d18490b3623c8a;p=clang
-fexceptions does not, in fact, enable C++ exceptions
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133666 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index cce2e8c5b0..551e17f220 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 enables C++ exceptions.
+example, compiling code with -fexceptions and -fc++-exceptions enables C++ exceptions.
C++ RTTI