From 75ca275b109e53cc268c8ada60970e780a320fcd Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Wed, 21 Jul 2021 16:10:21 -0700 Subject: [PATCH] Ignore clang/lib/Headers/wasm_simd128.h See https://reviews.llvm.org/D106500 for an example of the spurious positives I would like to ignore. --- scripts/clang-tidy.ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/clang-tidy.ignore b/scripts/clang-tidy.ignore index 94d345d..7764446 100644 --- a/scripts/clang-tidy.ignore +++ b/scripts/clang-tidy.ignore @@ -39,6 +39,7 @@ compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc debuginfo-tests/dexter/dex/tools/test debuginfo-tests/dexter/feature_tests/subtools/test clang/lib/Headers/__clang_hip_*.h +clang/lib/Headers/wasm_simd128.h clang/test libclc mlir/examples/standalone