1
0
Fork 0

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
This commit is contained in:
Daniel Stone 2020-06-17 12:00:26 +01:00
parent 44b870c144
commit d26f5ef00e

View file

@ -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