[clang] [Docs] Some updates to the Clang user's manual (PR #151702)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 1 07:47:47 PDT 2025
================
@@ -35,11 +35,12 @@ which includes :ref:`C <c>`, :ref:`Objective-C <objc>`, :ref:`C++ <cxx>`, and
language-specific information, please see the corresponding language
specific section:
-- :ref:`C Language <c>`: K&R C, ANSI C89, ISO C90, ISO C94 (C89+AMD1), ISO
- C99 (+TC1, TC2, TC3).
+- :ref:`C Language <c>`: K&R C, ANSI C89, ISO C90, C94 (C89+AMD1), C99 (+TC1,
+ TC2, TC3), C11, C17, C23, and C2y.
- :ref:`Objective-C Language <objc>`: ObjC 1, ObjC 2, ObjC 2.1, plus
variants depending on base language.
-- :ref:`C++ Language <cxx>`
+- :ref:`C++ Language <cxx>`: C++98, C++03, C++11, C++14, C++17, C++20, C++23,
+ and C++2c.
----------------
erichkeane wrote:
```suggestion
and C++26.
```
While it isn't official yet, it IS C++26. In fact, we are about 1-2 meetings away from needing to add `-std=c++2d` :)
https://github.com/llvm/llvm-project/pull/151702
More information about the cfe-commits
mailing list