llvm-project
ab9cd53b - [Wunsafe-buffer-usage] False positives for & expression indexing constant size array (arr[anything & 0]) (#112284)

Commit
255 days ago
[Wunsafe-buffer-usage] False positives for & expression indexing constant size array (arr[anything & 0]) (#112284) Do not warn when a constant sized array is indexed with an expression that contains bitwise and operation involving constants and it always results in a bound safe access. (rdar://136684050) --------- Co-authored-by: MalavikaSamak <malavika2@apple.com>
Author
Parents
Loading