From d26f5ef00e314f856f7dd67a26d37575dc8edf04 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 17 Jun 2020 12:00:26 +0100 Subject: [PATCH] clang-tidy: Ignore all of libclc source libclc implements OpenCL C, which is not actual C/C++, and implements an external API with different naming conventions. As clang-tidy cannot parse the source[0], just blacklist all of libclc's sources for now. [0]: https://buildkite.com/llvm-project/premerge-checks/builds/695 --- scripts/clang-tidy.ignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clang-tidy.ignore b/scripts/clang-tidy.ignore index 3b5cb9a..85c81be 100644 --- a/scripts/clang-tidy.ignore +++ b/scripts/clang-tidy.ignore @@ -35,7 +35,7 @@ compiler-rt/test/builtins/Unit/test debuginfo-tests/dexter/dex/tools/test debuginfo-tests/dexter/feature_tests/subtools/test clang/test -libclc/test +libclc mlir/examples/standalone mlir/test openmp/libomptarget/test