[Lldb-commits] [lldb] 71269a1 - [lldb] Add .clang-tidy with customization to disable readability-identifier-naming
Fangrui Song via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 9 12:50:52 PDT 2020
Author: Fangrui Song
Date: 2020-03-09T12:50:28-07:00
New Revision: 71269a1f172cdad1cc0d7e2e6c94a7ece11ddb27
URL: https://github.com/llvm/llvm-project/commit/71269a1f172cdad1cc0d7e2e6c94a7ece11ddb27
DIFF: https://github.com/llvm/llvm-project/commit/71269a1f172cdad1cc0d7e2e6c94a7ece11ddb27.diff
LOG: [lldb] Add .clang-tidy with customization to disable readability-identifier-naming
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D75810
Added:
lldb/.clang-tidy
Modified:
Removed:
################################################################################
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'
More information about the lldb-commits
mailing list