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' _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits