[lldb] Add .clang-tidy with customization to disable readability-identifier-naming

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D75810
This commit is contained in:
Fangrui Song 2020-03-07 09:21:03 -08:00
parent d0ca1041ba
commit 71269a1f17
1 changed files with 2 additions and 0 deletions

2
lldb/.clang-tidy Normal file
View File

@ -0,0 +1,2 @@
# Checks enabled in the top-level .clang-tidy minus readability-identifier-naming
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'