[PATCH] D128643: [clang] -fsanitize=array-bounds: treat all trailing size-1 arrays as flexible
Stephan Bergmann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 27 23:02:01 PDT 2022
sberg abandoned this revision.
sberg added a comment.
I'm abandoning this as the underlying https://reviews.llvm.org/D126864 "[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible arrays" has been reverted for now.
I documented all my issues with that underlying commit (including, but not limited to what was presented here) in my comment at https://reviews.llvm.org/D126864#3614235.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128643/new/
https://reviews.llvm.org/D128643
More information about the cfe-commits
mailing list