diff options
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 551e17f2205..cce2e8c5b09 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -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> |