mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
changlog entry
This commit is contained in:
4
cpp/change-notes/2021-06-10-std-types.md
Normal file
4
cpp/change-notes/2021-06-10-std-types.md
Normal file
@@ -0,0 +1,4 @@
|
||||
lgtm,codescanning
|
||||
* 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.
|
||||
* Changed definition of `Intmax_t` and `Uintmax_t` to be part of the new type structure.
|
||||
* Added a type `FixedWidthEnumType` which describes enums based on afixed-width integer type. For instance, `enum e: uint8_t = { a, b };`.
|
||||
Reference in New Issue
Block a user