Skip to content

Commit eb78ff5

Browse files
authored
Create WrongTypeFormatArguments.expected.gcc
1 parent bac9f96 commit eb78ff5

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
| test.c:376:17:376:30 | v_intmax_t_ptr | This argument should be of type 'int *' but is of type 'long *' |
2+
| test.c:378:17:378:28 | v_size_t_ptr | This argument should be of type 'int *' but is of type 'unsigned long *' |
3+
| test.c:380:17:380:31 | v_ptrdiff_t_ptr | This argument should be of type 'int *' but is of type 'long *' |
4+
| test.c:417:17:417:26 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
5+
| test.c:421:18:421:27 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
6+
| test.c:425:16:425:25 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
7+
| test.c:426:17:426:26 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
8+
| test.c:427:18:427:27 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
9+
| test.c:428:17:428:26 | v_char_ptr | This argument should be of type 'long' but is of type 'char *' |
10+
| test.c:429:18:429:27 | v_char_ptr | This argument should be of type 'long long' but is of type 'char *' |
11+
| test.c:430:17:430:26 | v_char_ptr | This argument should be of type 'intmax_t' but is of type 'char *' |
12+
| test.c:431:17:431:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
13+
| test.c:432:17:432:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
14+
| test.c:434:16:434:25 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
15+
| test.c:435:17:435:26 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
16+
| test.c:436:18:436:27 | v_char_ptr | This argument should be of type 'int' but is of type 'char *' |
17+
| test.c:437:17:437:26 | v_char_ptr | This argument should be of type 'long' but is of type 'char *' |
18+
| test.c:438:18:438:27 | v_char_ptr | This argument should be of type 'long long' but is of type 'char *' |
19+
| test.c:439:17:439:26 | v_char_ptr | This argument should be of type 'intmax_t' but is of type 'char *' |
20+
| test.c:440:17:440:26 | v_char_ptr | This argument should be of type 'ssize_t' but is of type 'char *' |
21+
| test.c:441:17:441:26 | v_char_ptr | This argument should be of type 'ptrdiff_t' but is of type 'char *' |
22+
| test.c:443:16:443:25 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
23+
| test.c:444:17:444:26 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
24+
| test.c:445:18:445:27 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
25+
| test.c:446:17:446:26 | v_char_ptr | This argument should be of type 'unsigned long' but is of type 'char *' |
26+
| test.c:447:18:447:27 | v_char_ptr | This argument should be of type 'unsigned long long' but is of type 'char *' |
27+
| test.c:450:17:450:26 | v_char_ptr | This argument should be of type 'size_t' but is of type 'char *' |
28+
| test.c:454:16:454:25 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
29+
| test.c:455:17:455:26 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
30+
| test.c:456:18:456:27 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
31+
| test.c:457:17:457:26 | v_char_ptr | This argument should be of type 'unsigned long' but is of type 'char *' |
32+
| test.c:458:18:458:27 | v_char_ptr | This argument should be of type 'unsigned long long' but is of type 'char *' |
33+
| test.c:461:17:461:26 | v_char_ptr | This argument should be of type 'size_t' but is of type 'char *' |
34+
| test.c:465:16:465:25 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
35+
| test.c:466:17:466:26 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
36+
| test.c:467:18:467:27 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
37+
| test.c:468:17:468:26 | v_char_ptr | This argument should be of type 'unsigned long' but is of type 'char *' |
38+
| test.c:469:18:469:27 | v_char_ptr | This argument should be of type 'unsigned long long' but is of type 'char *' |
39+
| test.c:472:17:472:26 | v_char_ptr | This argument should be of type 'size_t' but is of type 'char *' |
40+
| test.c:476:16:476:25 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
41+
| test.c:477:17:477:26 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
42+
| test.c:478:18:478:27 | v_char_ptr | This argument should be of type 'unsigned int' but is of type 'char *' |
43+
| test.c:479:17:479:26 | v_char_ptr | This argument should be of type 'unsigned long' but is of type 'char *' |
44+
| test.c:480:18:480:27 | v_char_ptr | This argument should be of type 'unsigned long long' but is of type 'char *' |
45+
| test.c:483:17:483:26 | v_char_ptr | This argument should be of type 'size_t' but is of type 'char *' |
46+
| test.c:487:16:487:25 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
47+
| test.c:488:17:488:26 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
48+
| test.c:489:18:489:27 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
49+
| test.c:490:17:490:26 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
50+
| test.c:492:16:492:25 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
51+
| test.c:493:17:493:26 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
52+
| test.c:494:18:494:27 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
53+
| test.c:495:17:495:26 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
54+
| test.c:497:16:497:25 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
55+
| test.c:498:17:498:26 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
56+
| test.c:499:18:499:27 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
57+
| test.c:500:17:500:26 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
58+
| test.c:502:16:502:25 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
59+
| test.c:503:17:503:26 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
60+
| test.c:504:18:504:27 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
61+
| test.c:505:17:505:26 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
62+
| test.c:507:16:507:25 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
63+
| test.c:508:17:508:26 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
64+
| test.c:509:18:509:27 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
65+
| test.c:510:17:510:26 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
66+
| test.c:512:16:512:25 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
67+
| test.c:513:17:513:26 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
68+
| test.c:514:18:514:27 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
69+
| test.c:515:17:515:26 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
70+
| test.c:517:16:517:25 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
71+
| test.c:518:17:518:26 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
72+
| test.c:519:18:519:27 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
73+
| test.c:520:17:520:26 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
74+
| test.c:522:16:522:25 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
75+
| test.c:523:17:523:26 | v_char_ptr | This argument should be of type 'double' but is of type 'char *' |
76+
| test.c:524:18:524:27 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
77+
| test.c:525:17:525:26 | v_char_ptr | This argument should be of type 'long double' but is of type 'char *' |
78+
| test.c:527:16:527:25 | v_char_ptr | This argument should be of type 'char' but is of type 'char *' |
79+
| test.c:528:17:528:26 | v_char_ptr | This argument should be of type 'wchar_t' but is of type 'char *' |
80+
| test.c:530:16:530:20 | v_int | This argument should be of type 'char *' but is of type 'int' |
81+
| test.c:531:17:531:21 | v_int | This argument should be of type 'wchar_t *' but is of type 'int' |
82+
| test.c:533:16:533:20 | v_int | This argument should be of type 'void *' but is of type 'int' |
83+
| test.c:535:16:535:20 | v_int | This argument should be of type 'int *' but is of type 'int' |
84+
| test.c:536:17:536:21 | v_int | This argument should be of type 'short *' but is of type 'int' |
85+
| test.c:537:18:537:22 | v_int | This argument should be of type 'char *' but is of type 'int' |
86+
| test.c:538:17:538:21 | v_int | This argument should be of type 'long *' but is of type 'int' |
87+
| test.c:539:18:539:22 | v_int | This argument should be of type 'long long *' but is of type 'int' |
88+
| test.c:540:17:540:21 | v_int | This argument should be of type 'int *' but is of type 'int' |
89+
| test.c:541:17:541:21 | v_int | This argument should be of type 'int *' but is of type 'int' |
90+
| test.c:542:17:542:21 | v_int | This argument should be of type 'int *' but is of type 'int' |
91+
| test.c:544:16:544:25 | v_char_ptr | This argument should be of type 'wchar_t' but is of type 'char *' |
92+
| test.c:546:16:546:20 | v_int | This argument should be of type 'wchar_t *' but is of type 'int' |

0 commit comments

Comments
 (0)