|
1 |
| -| test.cpp:18:3:18:6 | ... & ... | Operands of the '&' operation have different underlying types. | |
2 |
| -| test.cpp:19:3:19:7 | ... \| ... | Operands of the '\|' operation have different underlying types. | |
3 |
| -| test.cpp:20:3:20:7 | ... ^ ... | Operands of the '^' operation have different underlying types. | |
4 |
| -| test.cpp:21:3:21:8 | ... << ... | Operands of the '<<' operation have different underlying types. | |
5 |
| -| test.cpp:22:3:22:8 | ... >> ... | Operands of the '>>' operation have different underlying types. | |
6 |
| -| test.cpp:23:3:23:8 | ... &= ... | Operands of the '&=' operation have different underlying types. | |
7 |
| -| test.cpp:24:3:24:8 | ... \|= ... | Operands of the '\|=' operation have different underlying types. | |
8 |
| -| test.cpp:25:3:25:8 | ... ^= ... | Operands of the '^=' operation have different underlying types. | |
9 |
| -| test.cpp:26:3:26:9 | ... <<= ... | Operands of the '<<=' operation have different underlying types. | |
10 |
| -| test.cpp:27:3:27:9 | ... >>= ... | Operands of the '>>=' operation have different underlying types. | |
11 |
| -| test.cpp:45:3:45:6 | ... & ... | Operands of the '&' operation have different underlying types. | |
12 |
| -| test.cpp:46:3:46:7 | ... \| ... | Operands of the '\|' operation have different underlying types. | |
13 |
| -| test.cpp:47:3:47:7 | ... ^ ... | Operands of the '^' operation have different underlying types. | |
14 |
| -| test.cpp:48:3:48:8 | ... << ... | Operands of the '<<' operation have different underlying types. | |
15 |
| -| test.cpp:49:3:49:8 | ... >> ... | Operands of the '>>' operation have different underlying types. | |
16 |
| -| test.cpp:50:3:50:8 | ... &= ... | Operands of the '&=' operation have different underlying types. | |
17 |
| -| test.cpp:51:3:51:8 | ... \|= ... | Operands of the '\|=' operation have different underlying types. | |
18 |
| -| test.cpp:52:3:52:8 | ... ^= ... | Operands of the '^=' operation have different underlying types. | |
19 |
| -| test.cpp:53:3:53:9 | ... <<= ... | Operands of the '<<=' operation have different underlying types. | |
20 |
| -| test.cpp:54:3:54:9 | ... >>= ... | Operands of the '>>=' operation have different underlying types. | |
21 |
| -| test.cpp:67:3:67:14 | ... << ... | Operands of the '<<' operation have different underlying types. | |
| 1 | +| test.cpp:18:3:18:6 | ... & ... | Operands of the '&' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 2 | +| test.cpp:19:3:19:7 | ... \| ... | Operands of the '\|' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 3 | +| test.cpp:20:3:20:7 | ... ^ ... | Operands of the '^' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 4 | +| test.cpp:21:3:21:8 | ... << ... | Operands of the '<<' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 5 | +| test.cpp:22:3:22:8 | ... >> ... | Operands of the '>>' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 6 | +| test.cpp:23:3:23:8 | ... &= ... | Operands of the '&=' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 7 | +| test.cpp:24:3:24:8 | ... \|= ... | Operands of the '\|=' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 8 | +| test.cpp:25:3:25:8 | ... ^= ... | Operands of the '^=' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 9 | +| test.cpp:26:3:26:9 | ... <<= ... | Operands of the '<<=' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 10 | +| test.cpp:27:3:27:9 | ... >>= ... | Operands of the '>>=' operation have different underlying types 'unsigned int' and 'unsigned short'. | |
| 11 | +| test.cpp:45:3:45:6 | ... & ... | Operands of the '&' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 12 | +| test.cpp:46:3:46:7 | ... \| ... | Operands of the '\|' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 13 | +| test.cpp:47:3:47:7 | ... ^ ... | Operands of the '^' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 14 | +| test.cpp:48:3:48:8 | ... << ... | Operands of the '<<' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 15 | +| test.cpp:49:3:49:8 | ... >> ... | Operands of the '>>' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 16 | +| test.cpp:50:3:50:8 | ... &= ... | Operands of the '&=' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 17 | +| test.cpp:51:3:51:8 | ... \|= ... | Operands of the '\|=' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 18 | +| test.cpp:52:3:52:8 | ... ^= ... | Operands of the '^=' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 19 | +| test.cpp:53:3:53:9 | ... <<= ... | Operands of the '<<=' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 20 | +| test.cpp:54:3:54:9 | ... >>= ... | Operands of the '>>=' operation have different underlying types 'unsigned char' and 'unsigned short'. | |
| 21 | +| test.cpp:67:3:67:14 | ... << ... | Operands of the '<<' operation have different underlying types 'int &' and 'char &'. | |
0 commit comments