From: Richard Smith
Date: Mon, 28 Nov 2011 23:35:03 +0000 (+0000)
Subject: Release notes: add link to ISO C++ 2011 standard from the C++11 section.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47931383753fb873941cd8b0873e47684e9402a5;p=clang
Release notes: add link to ISO C++ 2011 standard from the C++11 section.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145317 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b4b00e21b5..17cb9259ea 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -233,9 +233,10 @@ modes.
C++11 Feature Support
Clang 3.0 adds support for
more of the language
-features added in the latest ISO C++ standard, C++11. Use
--std=c++11
or -std=gnu++11
to enable support for these
-features. The following are now considered to be of production quality:
+features added in the latest ISO C++ standard,
+C++ 2011.
+Use -std=c++11
or -std=gnu++11
to enable support for
+these features. The following are now considered to be of production quality:
- Range-based
for
loops
- Alias declarations (a new syntax for
typedef
declarations),