================ @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -Wno-sizeof-array-argument %s +// RUN: %clang_cc1 -fsyntax-only -verify -Wno-sizeof-array-argument -Wno-stringop-overread %s ---------------- earnol wrote:
Could you please add test proving the sanitizers and `_FORTIFY_SOURCE=1`, 2 or 3 compatible with `-Wstringop-overread`? https://github.com/llvm/llvm-project/pull/208012 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
