[clang] [BitInt] Expose a _BitInt literal suffix in C++ (PR #86586)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 1 13:30:38 PDT 2024
================
@@ -974,6 +974,7 @@ NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling,
bool isFixedPointConstant = isFixedPointLiteral();
bool isFPConstant = isFloatingLiteral();
bool HasSize = false;
+ bool PossibleBitInt = false;
----------------
erichkeane wrote:
I'd want this generalized for all 'starts with two `_` cases.
https://github.com/llvm/llvm-project/pull/86586
More information about the cfe-commits
mailing list