You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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