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 6161| file://:0:0:0:0 | auto |
6262| file://:0:0:0:0 | bool |
6363| file://:0:0:0:0 | char |
64+ | file://:0:0:0:0 | char8_t |
6465| file://:0:0:0:0 | char16_t |
6566| file://:0:0:0:0 | char32_t |
6667| file://:0:0:0:0 | const |
Original file line number Diff line number Diff line change 3838| file://:0:0:0:0 | auto |
3939| file://:0:0:0:0 | bool |
4040| file://:0:0:0:0 | char |
41+ | file://:0:0:0:0 | char8_t |
4142| file://:0:0:0:0 | char16_t |
4243| file://:0:0:0:0 | char32_t |
4344| file://:0:0:0:0 | const |
Original file line number Diff line number Diff line change 5151| file://:0:0:0:0 | auto |
5252| file://:0:0:0:0 | bool |
5353| file://:0:0:0:0 | char |
54+ | file://:0:0:0:0 | char8_t |
5455| file://:0:0:0:0 | char16_t |
5556| file://:0:0:0:0 | char32_t |
5657| file://:0:0:0:0 | composite<int> & |
Original file line number Diff line number Diff line change 2323| file://:0:0:0:0 | auto |
2424| file://:0:0:0:0 | bool |
2525| file://:0:0:0:0 | char |
26+ | file://:0:0:0:0 | char8_t |
2627| file://:0:0:0:0 | char16_t |
2728| file://:0:0:0:0 | char32_t |
2829| file://:0:0:0:0 | const __va_list_tag |
Original file line number Diff line number Diff line change 4444| file://:0:0:0:0 | auto | <none> |
4545| file://:0:0:0:0 | bool | 1 |
4646| file://:0:0:0:0 | char | 1 |
47+ | file://:0:0:0:0 | char8_t | 1 |
4748| file://:0:0:0:0 | char16_t | 2 |
4849| file://:0:0:0:0 | char32_t | 4 |
4950| file://:0:0:0:0 | char * | 8 |
Original file line number Diff line number Diff line change 2020| 37 | signed __int128 | signed | -------- | explicitlySigned | ------------------ | ---------------- | 16 | 16 | unsigned __int128 | |
2121| 43 | char16_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 2 | 2 | <no unsigned equivalent> | |
2222| 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 2020| 37 | signed __int128 | signed | -------- | explicitlySigned | ------------------ | ---------------- | 16 | 16 | unsigned __int128 | |
2121| 43 | char16_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 2 | 2 | <no unsigned equivalent> | |
2222| 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 3333| file://:0:0:0:0 | auto | Other |
3434| file://:0:0:0:0 | bool | Other |
3535| file://:0:0:0:0 | char | Other |
36+ | file://:0:0:0:0 | char8_t | Other |
3637| file://:0:0:0:0 | char16_t | Other |
3738| file://:0:0:0:0 | char32_t | Other |
3839| file://:0:0:0:0 | const | Other |
Original file line number Diff line number Diff line change 2424| file://:0:0:0:0 | auto | auto |
2525| file://:0:0:0:0 | bool | bool |
2626| file://:0:0:0:0 | char | char |
27+ | file://:0:0:0:0 | char8_t | char8_t |
2728| file://:0:0:0:0 | char16_t | char16_t |
2829| file://:0:0:0:0 | char32_t | char32_t |
2930| file://:0:0:0:0 | const __va_list_tag | __va_list_tag |
Original file line number Diff line number Diff line change 2727| auto | AutoType | | | | |
2828| bool | BoolType | | | | |
2929| char | MicrosoftInt8Type, PlainCharType | | | | |
30+ | char8_t | Char8Type | | | | |
3031| char16_t | Char16Type | | | | |
3132| char32_t | Char32Type | | | | |
3233| char * | CharPointerType | | char | | |
You can’t perform that action at this time.
0 commit comments