diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index b4b00e21b5ff..17cb9259eaa2 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -233,9 +233,10 @@ modes.
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:
for
loopstypedef
declarations),