[Lldb-commits] [PATCH] D75810: [lldb] Add .clang-tidy with customization to disable readability-identifier-naming
Fangrui Song via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 9 12:58:34 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG71269a1f172c: [lldb] Add .clang-tidy with customization to disable readability-identifier… (authored by MaskRay).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75810/new/
https://reviews.llvm.org/D75810
Files:
lldb/.clang-tidy
Index: lldb/.clang-tidy
===================================================================
--- /dev/null
+++ 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'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75810.249193.patch
Type: text/x-patch
Size: 343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200309/62ebf75f/attachment.bin>
More information about the lldb-commits
mailing list