Refine printing of integer literals
1 unresolved thread
1 unresolved thread
Files
2+ 14
− 1
@@ -483,7 +483,20 @@ class PsIntegerType(PsScalarType, ABC):
As discussed today; this MR partially reverts !387 (merged) to only print casts for integer literals less than 32 bit wide.
64-bit literals are instead printed with the LL
suffix, since long long
is the only type guaranteed to be 64 bit wide on both Unix and Windows systems (cppreference).