[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:
Peyton, Jonathan L 2021-06-04 14:26:08 -05:00
parent a1f550e052
commit d70e1f1276
1 changed files with 2 additions and 0 deletions

View File

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