276978ff1f
Now clang-format report will skip files matching `clang-format.ignore`. For now it's empty. clang-tidy will not receive diffs for `clang-tidy.ignore` (it still can produce warnings for these files). In addition build bot will not will not post comments for files that are matched by `clang-tidy-comments.ignore`. Now project/file should be whitelisted to receive inline comments from clang-tidy. Added all /test directories to `clang-tidy.ignore`. Other alternatives considered: - using 'compile_commands.json': does not contain header files. - specifying -regex option to 'clang-tidy-diff': probably not the best experience of providing multiple rules and maintaining a single regex.
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
# Files to be ignored by clang-tidy. Will not appear in short report and inline comments.
|
|
libcxxabi/test
|
|
libcxxabi/test/libcxxabi/test
|
|
libcxx/test
|
|
libcxx/utils/libcxx/test
|
|
libcxx/utils/google-benchmark/test
|
|
llvm/test
|
|
llvm/utils/gn/secondary/llvm/test
|
|
llvm/utils/gn/secondary/lld/test
|
|
llvm/utils/gn/secondary/clang-tools-extra/test
|
|
llvm/utils/gn/secondary/clang-tools-extra/clangd/test
|
|
llvm/utils/gn/secondary/compiler-rt/test
|
|
llvm/utils/gn/secondary/clang/test
|
|
llvm/utils/benchmark/test
|
|
polly/test
|
|
lldb/examples/test
|
|
lldb/test
|
|
lldb/utils/test
|
|
lldb/tools/intel-features/intel-mpx/test
|
|
lldb/packages/Python/lldbsuite/test
|
|
lldb/packages/Python/lldbsuite/test/tools/lldb-server/test
|
|
lldb/packages/Python/lldbsuite/test/commands/expression/test
|
|
lldb/packages/Python/lldbsuite/test/test_runner/test
|
|
lldb/third_party/Python/module/unittest2/unittest2/test
|
|
lld/test
|
|
clang-tools-extra/test
|
|
clang-tools-extra/clangd/clients/clangd-vscode/test
|
|
clang-tools-extra/clangd/test
|
|
pstl/test
|
|
libc/test
|
|
llgo/test
|
|
compiler-rt/test
|
|
compiler-rt/test/builtins/Unit/ppc/test
|
|
compiler-rt/test/builtins/Unit/test
|
|
debuginfo-tests/dexter/dex/tools/test
|
|
debuginfo-tests/dexter/feature_tests/subtools/test
|
|
clang/test
|
|
libclc/test
|
|
mlir/test
|
|
openmp/libomptarget/test
|
|
openmp/libomptarget/deviceRTLs/nvptx/test
|
|
openmp/runtime/test
|
|
libunwind/test
|
|
libunwind/test/libunwind/test
|