Skip to content
Snippets Groups Projects
Commit 7dae929f authored by Richard Smith's avatar Richard Smith
Browse files

Mark generic lambdas, and thus C++14, as complete. Add commented-out stub for C++17.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194194 91177308-0d34-0410-b5e6-96231b3b80d8
parent cb82c897
No related branches found
No related tags found
No related merge requests found
...@@ -401,10 +401,10 @@ ABI-incompatible change.</span> ...@@ -401,10 +401,10 @@ ABI-incompatible change.</span>
<h2 id="cxx14">C++1y implementation status</h2> <h2 id="cxx14">C++1y implementation status</h2>
<p>Clang implements most of the upcoming C++ language standard, <p>Clang implements all of the
provisionally named C++1y. The following table describes which C++1y features <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf">current draft</a>
have been implemented in Clang and in which Clang version they became of the upcoming C++ language standard, provisionally named C++1y. The following
available.</p> table describes the Clang version in which each feature became available.</p>
<p>You can use Clang in C++1y mode with the <code>-std=c++1y</code> option.</p> <p>You can use Clang in C++1y mode with the <code>-std=c++1y</code> option.</p>
...@@ -441,7 +441,7 @@ available.</p> ...@@ -441,7 +441,7 @@ available.</p>
<tr> <tr>
<td>Generic lambdas</td> <td>Generic lambdas</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html">N3649</a></td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html">N3649</a></td>
<td class="partial" align="center">Partial</td> <td class="svn" align="center">SVN</td>
</tr> </tr>
<tr> <tr>
<td>Variable templates</td> <td>Variable templates</td>
...@@ -480,6 +480,17 @@ available.</p> ...@@ -480,6 +480,17 @@ available.</p>
</tr> </tr>
</table> </table>
<!--
<h2 id="cxx17">C++1z implementation status</h2>
<p>Clang implements none of the upcoming C++ language standard,
provisionally named C++1z. The following table describes which C++1z features
have been implemented in Clang and in which Clang version they became
available.</p>
<p>You can use Clang in C++1z mode with the <code>-std=c++1z</code> option.</p>
-->
</div> </div>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment