[PATCH] D82795: [flang] Silence some warnings from clang-tidy
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 11:21:42 PDT 2020
tskeith created this revision.
tskeith added reviewers: klausler, PeteSteinfeld, schweitz, sscalpone.
tskeith added a project: Flang.
Herald added subscribers: llvm-commits, aheejin.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Disable some of the warnings from clang-tidy, in particular,
`readability-identifier-naming`. They add clutter to reviews.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82795
Files:
flang/.clang-tidy
Index: flang/.clang-tidy
===================================================================
--- /dev/null
+++ flang/.clang-tidy
@@ -0,0 +1 @@
+Checks: '-*,llvm-*,-llvm-include-order,misc-*,-misc-no-recursion,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82795.274185.patch
Type: text/x-patch
Size: 280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200629/1494ddac/attachment-0001.bin>
More information about the llvm-commits
mailing list