[clang][Interp] Fix creating APSInt from IntegralAP (#71410)
The boolean argument in the APSInt constructor is IsUnsigned, not IsSigned.
Loading
Please sign in to comment
The boolean argument in the APSInt constructor is IsUnsigned, not IsSigned.