1
0
Fork 0

add some platform-specific asan files to clang-tidy.ignore list

some compiler-rt files contain architecture-specific assembly code or
complex macroses which clang-tidy can't process properly.

In case of assembly code: we can get "unknown register name 'a7' in asm"
In sanitizer_common_syscalls.inc we have issuels like:
  "clang-tidy: error: unknown type name '__sanitizer_iovec'"
This commit is contained in:
apink 2020-09-13 06:16:35 +03:00 committed by Mikhail Goncharov
parent 8b36ff5888
commit 606f209bf2

View file

@ -32,6 +32,9 @@ llgo/test
compiler-rt/test
compiler-rt/test/builtins/Unit/ppc/test
compiler-rt/test/builtins/Unit/test
compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_.*.inc
compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
debuginfo-tests/dexter/dex/tools/test
debuginfo-tests/dexter/feature_tests/subtools/test
clang/test