|
19 | 19 | | test.cpp:94:3:94:11 | ... << ... | Shift operator '<<' requires unsigned right operand or constant in valid range. |
|
20 | 20 | | test.cpp:95:3:95:11 | ... >> ... | Shift operator '>>' requires unsigned right operand or constant in valid range. |
|
21 | 21 | | test.cpp:96:3:96:11 | ... >> ... | Shift operator '>>' requires unsigned right operand or constant in valid range. |
|
22 |
| -| test.cpp:106:3:106:9 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
23 |
| -| test.cpp:107:3:107:9 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
24 |
| -| test.cpp:108:3:108:9 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
25 |
| -| test.cpp:109:3:109:9 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
26 |
| -| test.cpp:113:3:113:11 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
27 |
| -| test.cpp:117:3:117:30 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
28 |
| -| test.cpp:119:3:119:17 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
29 |
| -| test.cpp:125:3:125:10 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
30 |
| -| test.cpp:133:3:133:11 | ... >> ... | Shift operator '>>' requires unsigned left operand. | |
| 22 | +| test.cpp:115:3:115:12 | ... <<= ... | Shift operator '<<=' requires unsigned left operand. | |
| 23 | +| test.cpp:116:3:116:12 | ... >>= ... | Shift operator '>>=' requires unsigned left operand. | |
| 24 | +| test.cpp:117:3:117:11 | ... <<= ... | Shift operator '<<=' requires unsigned left operand. | |
| 25 | +| test.cpp:118:3:118:11 | ... >>= ... | Shift operator '>>=' requires unsigned left operand. | |
| 26 | +| test.cpp:121:3:121:12 | ... <<= ... | Shift operator '<<=' requires unsigned right operand or constant in valid range. | |
| 27 | +| test.cpp:122:3:122:12 | ... >>= ... | Shift operator '>>=' requires unsigned right operand or constant in valid range. | |
| 28 | +| test.cpp:125:3:125:12 | ... <<= ... | Shift operator '<<=' requires unsigned right operand or constant in valid range. | |
| 29 | +| test.cpp:126:3:126:12 | ... <<= ... | Shift operator '<<=' requires unsigned right operand or constant in valid range. | |
| 30 | +| test.cpp:127:3:127:12 | ... >>= ... | Shift operator '>>=' requires unsigned right operand or constant in valid range. | |
| 31 | +| test.cpp:130:3:130:12 | ... <<= ... | Shift operator '<<=' requires unsigned right operand or constant in valid range. | |
| 32 | +| test.cpp:131:3:131:12 | ... <<= ... | Shift operator '<<=' requires unsigned right operand or constant in valid range. | |
| 33 | +| test.cpp:132:3:132:12 | ... >>= ... | Shift operator '>>=' requires unsigned right operand or constant in valid range. | |
| 34 | +| test.cpp:133:3:133:12 | ... >>= ... | Shift operator '>>=' requires unsigned right operand or constant in valid range. | |
| 35 | +| test.cpp:143:3:143:9 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
| 36 | +| test.cpp:144:3:144:9 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
| 37 | +| test.cpp:145:3:145:9 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
| 38 | +| test.cpp:146:3:146:9 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
| 39 | +| test.cpp:150:3:150:11 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
| 40 | +| test.cpp:154:3:154:30 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
| 41 | +| test.cpp:156:3:156:17 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
| 42 | +| test.cpp:162:3:162:10 | ... << ... | Shift operator '<<' requires unsigned left operand. | |
| 43 | +| test.cpp:170:3:170:11 | ... >> ... | Shift operator '>>' requires unsigned left operand. | |
0 commit comments