diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index cce2e8c5b099..551e17f22058 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/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