================ @@ -236,6 +236,7 @@ C23 Feature Support ^^^^^^^^^^^^^^^^^^^ - Clang now allows C23 ``constexpr`` struct member access through the dot operator in constant expressions. (#GH178349) - Clang now supports the C23 ``wN`` and ``wfN`` length modifiers. (#GH116962) +- Clang now supports the C23 ``H``, ``D``, and ``DD`` length modifiers. (#GH116962) ---------------- AaronBallman wrote:
We should clarify that we recognize them and diagnose their use because Clang doesn't currently support those types. https://github.com/llvm/llvm-project/pull/201098 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
