summaryrefslogtreecommitdiff
path: root/lldb/.clang-tidy
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2020-03-07 09:21:03 -0800
committerFangrui Song <maskray@google.com>2020-03-09 12:50:28 -0700
commit71269a1f172cdad1cc0d7e2e6c94a7ece11ddb27 (patch)
tree32499c9d0eeaf3220e31538cff8aba28c27944f3 /lldb/.clang-tidy
parentd0ca1041ba0d2d6b8adc7f04d017502e44a118e3 (diff)
downloadllvm-71269a1f172cdad1cc0d7e2e6c94a7ece11ddb27.tar.gz
[lldb] Add .clang-tidy with customization to disable readability-identifier-naming
Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D75810
Diffstat (limited to 'lldb/.clang-tidy')
-rw-r--r--lldb/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/.clang-tidy b/lldb/.clang-tidy
new file mode 100644
index 000000000000..e949902171e7
--- /dev/null
+++ b/lldb/.clang-tidy
@@ -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'