diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index cdd197956fe0..8a631e90be06 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -711,8 +711,7 @@ deleted function definitions (with = delete) is enabled.

Use __has_feature(cxx_generalized_initializers) to determine if support for generalized initializers (using braced lists and -std::initializer_list) is enabled. Clang does not currently implement -this feature.

+std::initializer_list) is enabled.

C++11 implicit move constructors/assignment operators

diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index cb0eec4e8077..81b12c0f086f 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -122,9 +122,7 @@ following are now considered to be of production quality: