diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2011-11-28 21:55:34 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2011-11-28 21:55:34 +0000 |
| commit | 8ecf3c970b69227b992a49ee5fd1a19fc5007021 (patch) | |
| tree | 42519f49ee6d37720f4e075df77331e0ced34b2c | |
| parent | f99d03b489342deab10f72463ba3fbd22b7280f2 (diff) | |
| download | bcm5719-llvm-8ecf3c970b69227b992a49ee5fd1a19fc5007021.tar.gz bcm5719-llvm-8ecf3c970b69227b992a49ee5fd1a19fc5007021.zip | |
Add a brief mention of the warning flag name updates associated with the
C++11 standard.
llvm-svn: 145284
| -rw-r--r-- | clang/docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 8a61c8e4ab0..636d3e324ee 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -211,6 +211,9 @@ features. The following are now considered to be of production quality: <li>A full set of <a href="http://clang.llvm.org/docs/LanguageExtensions.html#checking_type_traits">type traits</a>, sufficient to support C++11 standard libraries</li> </ul> +All warning and language selection flags which previously accepted +<code>c++0x</code> now accept <code>c++11</code>. The old <code>c++0x</code> +form remains as an alias. <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> <h3 id="objcchanges">Objective-C Language Changes in Clang</h3> |

