diff options
| author | Alexis Hunt <alercah@gmail.com> | 2011-06-22 23:49:12 +0000 |
|---|---|---|
| committer | Alexis Hunt <alercah@gmail.com> | 2011-06-22 23:49:12 +0000 |
| commit | 6d756895a9dd267ccb8e8c64172b53a6dd2136a0 (patch) | |
| tree | 8643c1da9cddfe0447301dfb9cf6893f302d2ab0 /clang/docs | |
| parent | 1d4b176cd5807a883129827a19687b116585455a (diff) | |
| download | bcm5719-llvm-6d756895a9dd267ccb8e8c64172b53a6dd2136a0.tar.gz bcm5719-llvm-6d756895a9dd267ccb8e8c64172b53a6dd2136a0.zip | |
-fexceptions does not, in fact, enable C++ exceptions
llvm-svn: 133666
Diffstat (limited to 'clang/docs')
| -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 cce2e8c5b09..551e17f2205 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> enables C++ exceptions.</p> +example, compiling code with <tt>-fexceptions</tt> and <tt>-fc++-exceptions</tt> enables C++ exceptions.</p> <h3 id="cxx_rtti">C++ RTTI</h3> |

