Clang's unsigned integer overflow sanitizer is flagging BucketNumber as having an overflow. This is intentional behavior, so we should mark it as such. Rather than disabling the sanitizer, this uses __builtin_mul_overflow to indicate the overflow is intentional. PiperOrigin-RevId: 524018233pull/12461/head
parent
31f649fb18
commit
b9e056f779
1 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue