You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a testcase to `bool-assignment.c` which currently
makes `assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!")`
fail at line 179 of `APSInt.h`.
I found this assert as I tried to start investigating performance
questions on a preprocessed version of `unicode.c` from the ruby source
code.
0 commit comments