[clang] [Clang] add support for C23 'H', 'D', and 'DD' length modifiers (PR #201098)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 8 06:15:47 PDT 2026


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


More information about the cfe-commits mailing list