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.
Details
Details
- Reviewers
aaron.ballman njames93
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I've commit on your behalf in c6348e8c95ee1eaa9dd2322b278def7a4127ff26, thank you for the patch!