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:
parent
8b36ff5888
commit
606f209bf2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue