|
14 | 14 | | test.cpp:52:7:52:13 | __end__ | Identifier '__end__' starts with underscore. | |
15 | 15 | | test.cpp:57:7:57:12 | _local | Identifier '_local' starts with underscore. | |
16 | 16 | | test.cpp:68:15:68:28 | mil | User-defined literal suffix 'mil' does not start with underscore. | |
17 | | -| test.cpp:92:1:92:24 | invalid_macro | Identifier 'invalid_macro' contains lowercase characters. | |
18 | | -| test.cpp:93:1:93:21 | Mixed_Case | Identifier 'Mixed_Case' contains lowercase characters. | |
19 | | -| test.cpp:95:1:95:27 | MACRO_with_lower | Identifier 'MACRO_with_lower' contains lowercase characters. | |
20 | | -| test.cpp:96:1:96:26 | MACRO_123_lower | Identifier 'MACRO_123_lower' contains lowercase characters. | |
21 | | -| test.cpp:97:1:97:25 | macro_ALL_CAPS | Identifier 'macro_ALL_CAPS' contains lowercase characters. | |
22 | | -| test.cpp:98:1:98:23 | MACRO$DOLLAR | Identifier 'MACRO$DOLLAR' contains invalid characters. | |
23 | | -| test.cpp:99:1:100:11 | x | Identifier 'x' contains lowercase characters. | |
24 | | -| test.cpp:104:1:104:38 | __Y | Identifier '__Y' contains double underscores. | |
25 | | -| test.cpp:104:1:104:38 | __Y | Identifier '__Y' starts with underscore. | |
26 | | -| test.cpp:117:5:117:6 | l2 | Identifier 'l2' is defined in reserved namespace. | |
27 | | -| test.cpp:121:5:121:6 | l3 | Identifier 'l3' is defined in reserved namespace. | |
28 | | -| test.cpp:125:5:125:6 | l4 | Identifier 'l4' is defined in reserved namespace. | |
29 | | -| test.cpp:130:5:130:6 | l5 | Identifier 'l5' is defined in reserved namespace. | |
30 | | -| test.cpp:148:7:148:11 | final | Identifier 'final' is a reserved name. | |
31 | | -| test.cpp:149:7:149:14 | override | Identifier 'override' is a reserved name. | |
32 | | -| test.cpp:150:7:150:13 | defined | Identifier 'defined' is a reserved name. | |
33 | | -| test.cpp:151:7:151:12 | size_t | Identifier 'size_t' is a reserved name. | |
34 | | -| test.cpp:152:7:152:10 | FILE | Identifier 'FILE' is a reserved name. | |
35 | | -| test.cpp:153:7:153:12 | time_t | Identifier 'time_t' is a reserved name. | |
36 | | -| test.cpp:154:7:154:15 | ptrdiff_t | Identifier 'ptrdiff_t' is a reserved name. | |
37 | | -| test.cpp:155:7:155:13 | clock_t | Identifier 'clock_t' is a reserved name. | |
38 | | -| test.cpp:156:7:156:11 | div_t | Identifier 'div_t' is a reserved name. | |
39 | | -| test.cpp:157:7:157:12 | fpos_t | Identifier 'fpos_t' is a reserved name. | |
40 | | -| test.cpp:158:7:158:11 | lconv | Identifier 'lconv' is a reserved name. | |
41 | | -| test.cpp:159:7:159:12 | ldiv_t | Identifier 'ldiv_t' is a reserved name. | |
42 | | -| test.cpp:160:7:160:15 | mbstate_t | Identifier 'mbstate_t' is a reserved name. | |
43 | | -| test.cpp:161:7:161:18 | sig_atomic_t | Identifier 'sig_atomic_t' is a reserved name. | |
44 | | -| test.cpp:162:7:162:8 | tm | Identifier 'tm' is a reserved name. | |
45 | | -| test.cpp:163:7:163:13 | va_list | Identifier 'va_list' is a reserved name. | |
46 | | -| test.cpp:164:7:164:15 | wctrans_t | Identifier 'wctrans_t' is a reserved name. | |
47 | | -| test.cpp:165:7:165:14 | wctype_t | Identifier 'wctype_t' is a reserved name. | |
48 | | -| test.cpp:166:7:166:12 | wint_t | Identifier 'wint_t' is a reserved name. | |
| 17 | +| test.cpp:80:15:80:37 | _micrometer | User-defined literal suffix '_micrometer' is reserved due to leading underscore and space. | |
| 18 | +| test.cpp:84:15:84:36 | _picometer | User-defined literal suffix '_picometer' is reserved due to leading underscore and space. | |
| 19 | +| test.cpp:87:15:87:34 | angstrom | User-defined literal suffix 'angstrom' does not start with underscore. | |
| 20 | +| test.cpp:109:1:109:24 | invalid_macro | Identifier 'invalid_macro' contains lowercase characters. | |
| 21 | +| test.cpp:110:1:110:21 | Mixed_Case | Identifier 'Mixed_Case' contains lowercase characters. | |
| 22 | +| test.cpp:112:1:112:27 | MACRO_with_lower | Identifier 'MACRO_with_lower' contains lowercase characters. | |
| 23 | +| test.cpp:113:1:113:26 | MACRO_123_lower | Identifier 'MACRO_123_lower' contains lowercase characters. | |
| 24 | +| test.cpp:114:1:114:25 | macro_ALL_CAPS | Identifier 'macro_ALL_CAPS' contains lowercase characters. | |
| 25 | +| test.cpp:115:1:115:23 | MACRO$DOLLAR | Identifier 'MACRO$DOLLAR' contains invalid characters. | |
| 26 | +| test.cpp:116:1:117:11 | x | Identifier 'x' contains lowercase characters. | |
| 27 | +| test.cpp:121:1:121:38 | __Y | Identifier '__Y' contains double underscores. | |
| 28 | +| test.cpp:121:1:121:38 | __Y | Identifier '__Y' starts with underscore. | |
| 29 | +| test.cpp:134:5:134:6 | l2 | Identifier 'l2' is defined in reserved namespace. | |
| 30 | +| test.cpp:138:5:138:6 | l3 | Identifier 'l3' is defined in reserved namespace. | |
| 31 | +| test.cpp:142:5:142:6 | l4 | Identifier 'l4' is defined in reserved namespace. | |
| 32 | +| test.cpp:147:5:147:6 | l5 | Identifier 'l5' is defined in reserved namespace. | |
| 33 | +| test.cpp:165:7:165:11 | final | Identifier 'final' is a reserved name. | |
| 34 | +| test.cpp:166:7:166:14 | override | Identifier 'override' is a reserved name. | |
| 35 | +| test.cpp:167:7:167:13 | defined | Identifier 'defined' is a reserved name. | |
| 36 | +| test.cpp:168:7:168:12 | size_t | Identifier 'size_t' is a reserved name. | |
| 37 | +| test.cpp:169:7:169:10 | FILE | Identifier 'FILE' is a reserved name. | |
| 38 | +| test.cpp:170:7:170:12 | time_t | Identifier 'time_t' is a reserved name. | |
| 39 | +| test.cpp:171:7:171:15 | ptrdiff_t | Identifier 'ptrdiff_t' is a reserved name. | |
| 40 | +| test.cpp:172:7:172:13 | clock_t | Identifier 'clock_t' is a reserved name. | |
| 41 | +| test.cpp:173:7:173:11 | div_t | Identifier 'div_t' is a reserved name. | |
| 42 | +| test.cpp:174:7:174:12 | fpos_t | Identifier 'fpos_t' is a reserved name. | |
| 43 | +| test.cpp:175:7:175:11 | lconv | Identifier 'lconv' is a reserved name. | |
| 44 | +| test.cpp:176:7:176:12 | ldiv_t | Identifier 'ldiv_t' is a reserved name. | |
| 45 | +| test.cpp:177:7:177:15 | mbstate_t | Identifier 'mbstate_t' is a reserved name. | |
| 46 | +| test.cpp:178:7:178:18 | sig_atomic_t | Identifier 'sig_atomic_t' is a reserved name. | |
| 47 | +| test.cpp:179:7:179:8 | tm | Identifier 'tm' is a reserved name. | |
| 48 | +| test.cpp:180:7:180:13 | va_list | Identifier 'va_list' is a reserved name. | |
| 49 | +| test.cpp:181:7:181:15 | wctrans_t | Identifier 'wctrans_t' is a reserved name. | |
| 50 | +| test.cpp:182:7:182:14 | wctype_t | Identifier 'wctype_t' is a reserved name. | |
| 51 | +| test.cpp:183:7:183:12 | wint_t | Identifier 'wint_t' is a reserved name. | |
0 commit comments