[lldb] Add .clang-tidy with customization to disable readability-identifier-naming
authorFangrui Song <maskray@google.com>
Sat, 7 Mar 2020 17:21:03 +0000 (09:21 -0800)
committerFangrui Song <maskray@google.com>
Mon, 9 Mar 2020 19:50:28 +0000 (12:50 -0700)
Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D75810

lldb/.clang-tidy [new file with mode: 0644]

diff --git a/lldb/.clang-tidy b/lldb/.clang-tidy
new file mode 100644 (file)
index 0000000..e949902
--- /dev/null
@@ -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'