[clang] [BitInt] Expose a _BitInt literal suffix in C++ (PR #86586)

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 26 10:53:56 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).
----------------
Sirraide wrote:

I see, I was misremembering then, my bad.

https://github.com/llvm/llvm-project/pull/86586


More information about the cfe-commits mailing list