Skip to content

Commit 219dc71

Browse files
committed
changlog entry
1 parent 2a01324 commit 219dc71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
lgtm,codescanning
2+
* Added definitions for types found in `cstdint`. Added types `FixedWidthIntegralType`, `MinimumWidthIntegralType`, `FastestMinimumWidthIntegralType`, and `MaximumWidthIntegralType` to describe types such as `int8_t`, `int_least8_t`, `int_fast8_t`, and `intmax_t` respectively.
3+
* Changed definition of `Intmax_t` and `Uintmax_t` to be part of the new type structure.
4+
* Added a type `FixedWidthEnumType` which describes enums based on afixed-width integer type. For instance, `enum e: uint8_t = { a, b };`.

0 commit comments

Comments
 (0)