Skip to content

Commit 71269a1

Browse files
committed
[lldb] Add .clang-tidy with customization to disable readability-identifier-naming
Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D75810
1 parent d0ca104 commit 71269a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Checks enabled in the top-level .clang-tidy minus readability-identifier-naming
2+
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'

0 commit comments

Comments
 (0)