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:
parent
44b870c144
commit
d26f5ef00e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ compiler-rt/test/builtins/Unit/test
|
||||||
debuginfo-tests/dexter/dex/tools/test
|
debuginfo-tests/dexter/dex/tools/test
|
||||||
debuginfo-tests/dexter/feature_tests/subtools/test
|
debuginfo-tests/dexter/feature_tests/subtools/test
|
||||||
clang/test
|
clang/test
|
||||||
libclc/test
|
libclc
|
||||||
mlir/examples/standalone
|
mlir/examples/standalone
|
||||||
mlir/test
|
mlir/test
|
||||||
openmp/libomptarget/test
|
openmp/libomptarget/test
|
||||||
|
|
Loading…
Reference in a new issue