cppcoreguidelines Narrowing Conversions Check: detect narrowing conversions involving typedefs
The check 'cppcoreguidelines-narrowing-conversions' does not detect conversions involving typedef. This notably includes the standard fixed-width integer types like int32_t, uint64_t, etc. Now look through the typedefs at the desugared type.
Loading
Please sign in to comment