a.sidorin added inline comments.
================
Comment at: test/Analysis/array-index.c:11
+
+void fie() {
+ buf[SIZE-1] = 1;
----------------
Could you please give meaningful names to the tests?
Repository:
rC Clang
https://reviews.llvm.org/D46944