================
@@ -98,6 +103,9 @@ class LengthModifier {
     case AsLongLong:
     case AsChar:
       return 2;
+    case AsIntN:
+    case AsFastIntN:
+      return ModifierLength;
----------------
AaronBallman wrote:

I presume the modifier length includes the `w` or `wf` characters, so should we 
assert it's nonzero here (given that it default inits to zero)?

https://github.com/llvm/llvm-project/pull/199991
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to