[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:33 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:
We don't have a separate section in the release notes, so I think where it's at is reasonable enough (it's not really a bug fix and it's specific to C++).
https://github.com/llvm/llvm-project/pull/86586
More information about the cfe-commits
mailing list