mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: Update expected test output.
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
| file://:0:0:0:0 | auto |
|
||||
| file://:0:0:0:0 | bool |
|
||||
| file://:0:0:0:0 | char |
|
||||
| file://:0:0:0:0 | char8_t |
|
||||
| file://:0:0:0:0 | char16_t |
|
||||
| file://:0:0:0:0 | char32_t |
|
||||
| file://:0:0:0:0 | const |
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
| file://:0:0:0:0 | auto |
|
||||
| file://:0:0:0:0 | bool |
|
||||
| file://:0:0:0:0 | char |
|
||||
| file://:0:0:0:0 | char8_t |
|
||||
| file://:0:0:0:0 | char16_t |
|
||||
| file://:0:0:0:0 | char32_t |
|
||||
| file://:0:0:0:0 | const |
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
| file://:0:0:0:0 | auto |
|
||||
| file://:0:0:0:0 | bool |
|
||||
| file://:0:0:0:0 | char |
|
||||
| file://:0:0:0:0 | char8_t |
|
||||
| file://:0:0:0:0 | char16_t |
|
||||
| file://:0:0:0:0 | char32_t |
|
||||
| file://:0:0:0:0 | composite<int> & |
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
| file://:0:0:0:0 | auto |
|
||||
| file://:0:0:0:0 | bool |
|
||||
| file://:0:0:0:0 | char |
|
||||
| file://:0:0:0:0 | char8_t |
|
||||
| file://:0:0:0:0 | char16_t |
|
||||
| file://:0:0:0:0 | char32_t |
|
||||
| file://:0:0:0:0 | const __va_list_tag |
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
| file://:0:0:0:0 | auto | <none> |
|
||||
| file://:0:0:0:0 | bool | 1 |
|
||||
| file://:0:0:0:0 | char | 1 |
|
||||
| file://:0:0:0:0 | char8_t | 1 |
|
||||
| file://:0:0:0:0 | char16_t | 2 |
|
||||
| file://:0:0:0:0 | char32_t | 4 |
|
||||
| file://:0:0:0:0 | char * | 8 |
|
||||
|
||||
@@ -20,3 +20,4 @@
|
||||
| 37 | signed __int128 | signed | -------- | explicitlySigned | ------------------ | ---------------- | 16 | 16 | unsigned __int128 | |
|
||||
| 43 | char16_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 2 | 2 | <no unsigned equivalent> | |
|
||||
| 44 | char32_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 4 | 4 | <no unsigned equivalent> | |
|
||||
| 51 | char8_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 1 | 1 | <no unsigned equivalent> | |
|
||||
|
||||
@@ -20,3 +20,4 @@
|
||||
| 37 | signed __int128 | signed | -------- | explicitlySigned | ------------------ | ---------------- | 16 | 16 | unsigned __int128 | |
|
||||
| 43 | char16_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 2 | 2 | <no unsigned equivalent> | |
|
||||
| 44 | char32_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 4 | 4 | <no unsigned equivalent> | |
|
||||
| 51 | char8_t | ------ | -------- | ---------------- | ------------------ | ---------------- | 1 | 1 | <no unsigned equivalent> | |
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
| file://:0:0:0:0 | auto | Other |
|
||||
| file://:0:0:0:0 | bool | Other |
|
||||
| file://:0:0:0:0 | char | Other |
|
||||
| file://:0:0:0:0 | char8_t | Other |
|
||||
| file://:0:0:0:0 | char16_t | Other |
|
||||
| file://:0:0:0:0 | char32_t | Other |
|
||||
| file://:0:0:0:0 | const | Other |
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
| file://:0:0:0:0 | auto | auto |
|
||||
| file://:0:0:0:0 | bool | bool |
|
||||
| file://:0:0:0:0 | char | char |
|
||||
| file://:0:0:0:0 | char8_t | char8_t |
|
||||
| file://:0:0:0:0 | char16_t | char16_t |
|
||||
| file://:0:0:0:0 | char32_t | char32_t |
|
||||
| file://:0:0:0:0 | const __va_list_tag | __va_list_tag |
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
| auto | AutoType | | | | |
|
||||
| bool | BoolType | | | | |
|
||||
| char | MicrosoftInt8Type, PlainCharType | | | | |
|
||||
| char8_t | Char8Type | | | | |
|
||||
| char16_t | Char16Type | | | | |
|
||||
| char32_t | Char32Type | | | | |
|
||||
| char * | CharPointerType | | char | | |
|
||||
|
||||
Reference in New Issue
Block a user