[PATCH] D72052: [UserManual] Update the C++ standard support

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 1 07:17:16 PST 2020


Mordante created this revision.
Mordante added a reviewer: rsmith.
Mordante added a project: clang.

This brings the state in sync with http://clang.llvm.org/cxx_status.html.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72052

Files:
  clang/docs/UsersManual.rst


Index: clang/docs/UsersManual.rst
===================================================================
--- clang/docs/UsersManual.rst
+++ clang/docs/UsersManual.rst
@@ -2555,8 +2555,8 @@
 =====================
 
 clang fully implements all of standard C++98 except for exported
-templates (which were removed in C++11), and all of standard C++11
-and the current draft standard for C++1y.
+templates (which were removed in C++11), and all of standards C++11, C++14,
+and C++17. It has experimental support for the current draft standard C++2a.
 
 Controlling implementation limits
 ---------------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72052.235762.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200101/124366cc/attachment.bin>


More information about the cfe-commits mailing list