summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-02-26 07:09:21 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-02-26 07:09:21 +0000
commit88189556c5d620f2c46ea5599b95456b4da138b5 (patch)
tree6f48e9d880a397153062df0a6f0cfb20bb657582 /docs
parente653ba2f3b6d993b5d410554c12416c03ec7775b (diff)
Update release notes and language extensions pages to note that support for
generalized initializers is available. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151477 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LanguageExtensions.html3
-rw-r--r--docs/ReleaseNotes.html2
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index cdd197956f..8a631e90be 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -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>
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index cb0eec4e80..81b12c0f08 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->