[PATCH] D46944: [analyzer] Use sufficiently large types for index/size calculation.

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 16 08:09:26 PDT 2018


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





More information about the cfe-commits mailing list