[clang] [BitInt] Expose a _BitInt literal suffix in C++ (PR #86586)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 26 10:15:30 PDT 2024
================
@@ -88,6 +88,7 @@ sections with improvements to Clang's support for those languages.
C++ Language Changes
--------------------
+- Implemented _BitInt literal suffixes as ``__wb`` or ``__WB`` with unsigned modifiers also allowed. (#GH85223).
----------------
AaronBallman wrote:
```suggestion
- Implemented ``_BitInt`` literal suffixes as ``__wb`` or ``__WB`` with ``unsigned`` modifiers also allowed. (#GH85223).
```
https://github.com/llvm/llvm-project/pull/86586
More information about the cfe-commits
mailing list