clang -fbounds-safety ...
https://clang.llvm.org/docs/BoundsSafety.html
On macOS you can try it with:
clang -Xclang -fbounds-safety program.c
[1] https://github.com/swiftlang/llvm-project