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