[PATCH] D82795: [flang] Silence some warnings from clang-tidy
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 10:20:16 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG98202edacbad: [flang] Silence some warnings from clang-tidy (authored by tskeith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82795/new/
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.274529.patch
Type: text/x-patch
Size: 280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200630/2fa7c54a/attachment.bin>
More information about the llvm-commits
mailing list