File tree Expand file tree Collapse file tree 10 files changed +10
-0
lines changed
cpp/ql/test/library-tests Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 61
61
| file://:0:0:0:0 | auto |
62
62
| file://:0:0:0:0 | bool |
63
63
| file://:0:0:0:0 | char |
64
+ | file://:0:0:0:0 | char8_t |
64
65
| file://:0:0:0:0 | char16_t |
65
66
| file://:0:0:0:0 | char32_t |
66
67
| file://:0:0:0:0 | const |
Original file line number Diff line number Diff line change 38
38
| file://:0:0:0:0 | auto |
39
39
| file://:0:0:0:0 | bool |
40
40
| file://:0:0:0:0 | char |
41
+ | file://:0:0:0:0 | char8_t |
41
42
| file://:0:0:0:0 | char16_t |
42
43
| file://:0:0:0:0 | char32_t |
43
44
| file://:0:0:0:0 | const |
Original file line number Diff line number Diff line change 51
51
| file://:0:0:0:0 | auto |
52
52
| file://:0:0:0:0 | bool |
53
53
| file://:0:0:0:0 | char |
54
+ | file://:0:0:0:0 | char8_t |
54
55
| file://:0:0:0:0 | char16_t |
55
56
| file://:0:0:0:0 | char32_t |
56
57
| file://:0:0:0:0 | composite<int> & |
Original file line number Diff line number Diff line change 23
23
| file://:0:0:0:0 | auto |
24
24
| file://:0:0:0:0 | bool |
25
25
| file://:0:0:0:0 | char |
26
+ | file://:0:0:0:0 | char8_t |
26
27
| file://:0:0:0:0 | char16_t |
27
28
| file://:0:0:0:0 | char32_t |
28
29
| file://:0:0:0:0 | const __va_list_tag |
Original file line number Diff line number Diff line change 44
44
| file://:0:0:0:0 | auto | <none> |
45
45
| file://:0:0:0:0 | bool | 1 |
46
46
| file://:0:0:0:0 | char | 1 |
47
+ | file://:0:0:0:0 | char8_t | 1 |
47
48
| file://:0:0:0:0 | char16_t | 2 |
48
49
| file://:0:0:0:0 | char32_t | 4 |
49
50
| file://:0:0:0:0 | char * | 8 |
Original file line number Diff line number Diff line change 20
20
| 37 | signed __int128 | signed | -------- | explicitlySigned | ------------------ | ---------------- | 16 | 16 | unsigned __int128 | |
21
21
| 43 | char16_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 2 | 2 | <no unsigned equivalent> | |
22
22
| 44 | char32_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 4 | 4 | <no unsigned equivalent> | |
23
+ | 51 | char8_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 1 | 1 | <no unsigned equivalent> | |
Original file line number Diff line number Diff line change 20
20
| 37 | signed __int128 | signed | -------- | explicitlySigned | ------------------ | ---------------- | 16 | 16 | unsigned __int128 | |
21
21
| 43 | char16_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 2 | 2 | <no unsigned equivalent> | |
22
22
| 44 | char32_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 4 | 4 | <no unsigned equivalent> | |
23
+ | 51 | char8_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 1 | 1 | <no unsigned equivalent> | |
Original file line number Diff line number Diff line change 33
33
| file://:0:0:0:0 | auto | Other |
34
34
| file://:0:0:0:0 | bool | Other |
35
35
| file://:0:0:0:0 | char | Other |
36
+ | file://:0:0:0:0 | char8_t | Other |
36
37
| file://:0:0:0:0 | char16_t | Other |
37
38
| file://:0:0:0:0 | char32_t | Other |
38
39
| file://:0:0:0:0 | const | Other |
Original file line number Diff line number Diff line change 24
24
| file://:0:0:0:0 | auto | auto |
25
25
| file://:0:0:0:0 | bool | bool |
26
26
| file://:0:0:0:0 | char | char |
27
+ | file://:0:0:0:0 | char8_t | char8_t |
27
28
| file://:0:0:0:0 | char16_t | char16_t |
28
29
| file://:0:0:0:0 | char32_t | char32_t |
29
30
| file://:0:0:0:0 | const __va_list_tag | __va_list_tag |
Original file line number Diff line number Diff line change 27
27
| auto | AutoType | | | | |
28
28
| bool | BoolType | | | | |
29
29
| char | MicrosoftInt8Type, PlainCharType | | | | |
30
+ | char8_t | Char8Type | | | | |
30
31
| char16_t | Char16Type | | | | |
31
32
| char32_t | Char32Type | | | | |
32
33
| char * | CharPointerType | | char | | |
You can’t perform that action at this time.
0 commit comments