================ @@ -1,5 +1,6 @@ // RUN: %clang_analyze_cc1 -Wno-strict-prototypes -Wno-error=implicit-int -verify %s \ // RUN: -Wno-alloc-size \ +// RUN: -Wno-stringop-overread \ ---------------- erichkeane wrote:
I think I'd like to see the outputs /diffs from all the tests you're disabling this check on. It seems important to make sure there aren't any concerns with the diagnostic. https://github.com/llvm/llvm-project/pull/183004 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
