forked from OSchip/llvm-project
[OpenMP][runtime] add .clang-tidy file
Use same checks as compiler-rt which removes checks for readability-* and llvm-header style. Differential Revision: https://reviews.llvm.org/D103711
This commit is contained in:
parent
a1f550e052
commit
d70e1f1276
|
@ -0,0 +1,2 @@
|
|||
# Checks enabled in the top-level .clang-tidy minus readability-identifier-naming and llvm-header-guard.
|
||||
Checks: '-*,clang-diagnostic-*,llvm-*,-llvm-header-guard,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'
|
Loading…
Reference in New Issue