File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
cpp/common/test/rules/variablewidthintegertypesused Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 37
37
| test.cpp:70:17:70:18 | l2 | Variable 'l2' has variable-width type. |
38
38
| test.cpp:71:26:71:28 | ul2 | Variable 'ul2' has variable-width type. |
39
39
| test.cpp:72:24:72:26 | sl2 | Variable 'sl2' has variable-width type. |
40
+ | test.cpp:93:15:93:39 | test_unsigned_char_return | Function 'test_unsigned_char_return' has variable-width return type. |
41
+ | test.cpp:96:13:96:35 | test_signed_char_return | Function 'test_signed_char_return' has variable-width return type. |
42
+ | test.cpp:99:5:99:19 | test_int_return | Function 'test_int_return' has variable-width return type. |
43
+ | test.cpp:102:14:102:37 | test_unsigned_int_return | Function 'test_unsigned_int_return' has variable-width return type. |
44
+ | test.cpp:105:10:105:29 | test_unsigned_return | Function 'test_unsigned_return' has variable-width return type. |
45
+ | test.cpp:108:12:108:33 | test_signed_int_return | Function 'test_signed_int_return' has variable-width return type. |
46
+ | test.cpp:111:8:111:25 | test_signed_return | Function 'test_signed_return' has variable-width return type. |
47
+ | test.cpp:114:7:114:23 | test_short_return | Function 'test_short_return' has variable-width return type. |
48
+ | test.cpp:117:16:117:41 | test_unsigned_short_return | Function 'test_unsigned_short_return' has variable-width return type. |
49
+ | test.cpp:120:14:120:37 | test_signed_short_return | Function 'test_signed_short_return' has variable-width return type. |
50
+ | test.cpp:123:6:123:21 | test_long_return | Function 'test_long_return' has variable-width return type. |
51
+ | test.cpp:126:15:126:39 | test_unsigned_long_return | Function 'test_unsigned_long_return' has variable-width return type. |
52
+ | test.cpp:129:13:129:35 | test_signed_long_return | Function 'test_signed_long_return' has variable-width return type. |
You can’t perform that action at this time.
0 commit comments