diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2012-05-22 21:36:38 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2012-05-22 21:36:38 +0000 |
commit | e51da3eab6ad2d02fcd8f68bdaef22d33a855210 (patch) | |
tree | 1bfa44f5a9427d658426ac7786a70741e36d1bc8 /docs | |
parent | 6b9a6e390fbb92c40eb9c6ac9e7abbd88dd7a767 (diff) | |
download | src-e51da3eab6ad2d02fcd8f68bdaef22d33a855210.tar.gz src-e51da3eab6ad2d02fcd8f68bdaef22d33a855210.zip |
Vendor import of clang release_31 final r156748:vendor/clang/clang-release_31-r156748
Notes
Notes:
svn path=/vendor/clang/dist/; revision=235809
svn path=/vendor/clang/clang-release_31-r156748/; revision=235810; tag=vendor/clang/clang-release_31-r156748
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d05c4b6939d1..f49f7f851902 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -118,8 +118,8 @@ modes.</p> <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> <h4 id="cxx11changes">C++11 Feature Support</h4> -<p>Clang 3.1 adds support for -<a href="http://clang.llvm.org/cxx_status.html#cxx11">more of the language +<p>Clang 3.1 supports +<a href="http://clang.llvm.org/cxx_status.html#cxx11">most of the language features</a> added in the latest ISO C++ standard, <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">C++ 2011</a>. Use <code>-std=c++11</code> or <code>-std=gnu++11</code> to enable support for |