Skip to content

Commit eac82f2

Browse files
authored
Merge pull request #18 from nickrolfe/builtin_types_on_demand3
C++: built-in type tweaks
2 parents 1ed82d6 + d4f9b5e commit eac82f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/test/library-tests/type_sizes/type_sizes.expected

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
| file://:0:0:0:0 | const char[5] | 5 |
6161
| file://:0:0:0:0 | decltype(nullptr) | 8 |
6262
| file://:0:0:0:0 | double | 8 |
63-
| file://:0:0:0:0 | error | 0 |
63+
| file://:0:0:0:0 | error | 1 |
6464
| file://:0:0:0:0 | float | 4 |
6565
| file://:0:0:0:0 | int | 4 |
6666
| file://:0:0:0:0 | int & | 8 |
@@ -78,7 +78,7 @@
7878
| file://:0:0:0:0 | signed long | 8 |
7979
| file://:0:0:0:0 | signed long long | 8 |
8080
| file://:0:0:0:0 | signed short | 2 |
81-
| file://:0:0:0:0 | unknown | 0 |
81+
| file://:0:0:0:0 | unknown | 1 |
8282
| file://:0:0:0:0 | unsigned __int128 | 16 |
8383
| file://:0:0:0:0 | unsigned char | 1 |
8484
| file://:0:0:0:0 | unsigned int | 4 |

0 commit comments

Comments
 (0)