mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Revert "Revert "C++: update expected sizes of error and unknown types to be 1 byte""
This commit was reverted on `master` but should remain on `next`, so I'm
reverting the revert before merging `master` into `next`.
This reverts commit adda4c91cf.
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
| file://:0:0:0:0 | const char[5] | 5 |
|
||||
| file://:0:0:0:0 | decltype(nullptr) | 8 |
|
||||
| file://:0:0:0:0 | double | 8 |
|
||||
| file://:0:0:0:0 | error | 0 |
|
||||
| file://:0:0:0:0 | error | 1 |
|
||||
| file://:0:0:0:0 | float | 4 |
|
||||
| file://:0:0:0:0 | int | 4 |
|
||||
| file://:0:0:0:0 | int & | 8 |
|
||||
@@ -78,7 +78,7 @@
|
||||
| file://:0:0:0:0 | signed long | 8 |
|
||||
| file://:0:0:0:0 | signed long long | 8 |
|
||||
| file://:0:0:0:0 | signed short | 2 |
|
||||
| file://:0:0:0:0 | unknown | 0 |
|
||||
| file://:0:0:0:0 | unknown | 1 |
|
||||
| file://:0:0:0:0 | unsigned __int128 | 16 |
|
||||
| file://:0:0:0:0 | unsigned char | 1 |
|
||||
| file://:0:0:0:0 | unsigned int | 4 |
|
||||
|
||||
Reference in New Issue
Block a user