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 ---------------------------------