[clang] [llvm] [clang] Implement P3733R1 (PR #203944)

Jan Schultke via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 15 11:47:59 PDT 2026


================
@@ -193,6 +193,11 @@ C++ Language Changes
 - ``__is_trivially_equality_comparable`` no longer returns false for all enum types. (#GH132672)
 - ``auto`` parameters are now available in all C++ language modes as an extension.
 
+C++2d Feature Support
+^^^^^^^^^^^^^^^^^^^^^
+
+- Clang now supports `P3733R1 <https://wg21.link/p3733r1>`_ More named universal character escapes.
+
----------------
eisenwave wrote:

Done.

https://github.com/llvm/llvm-project/pull/203944


More information about the cfe-commits mailing list