diff options
author | Alexis Hunt <alercah@gmail.com> | 2011-06-23 00:42:53 +0000 |
---|---|---|
committer | Alexis Hunt <alercah@gmail.com> | 2011-06-23 00:42:53 +0000 |
commit | c0a2ab64219c090a4fc98a809674648a3729e81b (patch) | |
tree | 3b01b0c048e979d4fb671a50f4219e4be2c178f5 /clang/docs/LanguageExtensions.html | |
parent | ab72b6792b772992b760b8d2667d89b5dcfa76fd (diff) | |
download | bcm5719-llvm-c0a2ab64219c090a4fc98a809674648a3729e81b.tar.gz bcm5719-llvm-c0a2ab64219c090a4fc98a809674648a3729e81b.zip |
Revert "-fexceptions does not, in fact, enable C++ exceptions"
In fact it does. For the driver anyway, and not cc1 which I'm supposed
to pretend doesn't exist.
llvm-svn: 133673
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> |