Correct issue when incorrectly matched bitfield loop
variable would still be considered valid and equal to
base type, because check didnt compare size of bitfield.
Fixes issue introduced in: D142587
Differential D145958
[clang-tidy] Fix minor bug in bugprone-too-small-loop-variable PiotrZSL on Mon, Mar 13, 10:07 AM. Authored by
Details Correct issue when incorrectly matched bitfield loop Fixes issue introduced in: D142587
Diff Detail
|