]> granicus.if.org Git - clang/commitdiff
Update release notes and language extensions pages to note that support for
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 26 Feb 2012 07:09:21 +0000 (07:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 26 Feb 2012 07:09:21 +0000 (07:09 +0000)
generalized initializers is available.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151477 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html
docs/ReleaseNotes.html

index cdd197956fe0363d0a043a454983903492f4df61..8a631e90be0637dd6b9636e5e8d593cc276ff72f 100644 (file)
@@ -711,8 +711,7 @@ deleted function definitions (with <tt>= delete</tt>) is enabled.</p>
 
 <p>Use <tt>__has_feature(cxx_generalized_initializers)</tt> to determine if
 support for generalized initializers (using braced lists and
-<tt>std::initializer_list</tt>) is enabled. Clang does not currently implement
-this feature.</p>
+<tt>std::initializer_list</tt>) is enabled.</p>
 
 <h4 id="cxx_implicit_moves">C++11 implicit move constructors/assignment operators</h4>
 
index cb0eec4e8077855b74a4aa1fa3e8f4b87391019f..81b12c0f086f7edd690f52cd7100eaf9ae937f64 100644 (file)
@@ -122,9 +122,7 @@ following are now considered to be of production quality:
 <ul>
   <li>Generalized constant expressions</li>
   <li>Lambda expressions</li>
-  <!--
   <li>Generalized initializers</li>
-  -->
 </ul>
 
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->