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 ---------------------------------
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 ---------------------------------
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits