llvm-capstone/compiler-rt/.clang-tidy
Vitaly Buka 298c9fae93 [NFC][compiler-rt] Refine .clang-tidy checks
Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D87182
2020-09-05 15:42:15 -07:00

3 lines
240 B
YAML

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