Commit b1e4ddb
committed
[analyzer][WIP] Demonstrate BoolAssignment crash
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.1 parent f5815b9 commit b1e4ddb
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
0 commit comments