From 4b4ba8b1d48f2fde34ecb17597d18490b3623c8a Mon Sep 17 00:00:00 2001
From: Sean Hunt
Date: Wed, 22 Jun 2011 23:49:12 +0000
Subject: [PATCH] -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
---
docs/LanguageExtensions.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.40.0