[flang] Silence some warnings from clang-tidy
authorTim Keith <tkeith@nvidia.com>
Tue, 30 Jun 2020 17:15:10 +0000 (10:15 -0700)
committerTim Keith <tkeith@nvidia.com>
Tue, 30 Jun 2020 17:15:12 +0000 (10:15 -0700)
Disable some of the warnings from clang-tidy, in particular,
`readability-identifier-naming`. They add clutter to reviews.

Differential Revision: https://reviews.llvm.org/D82795

flang/.clang-tidy [new file with mode: 0644]

diff --git a/flang/.clang-tidy b/flang/.clang-tidy
new file mode 100644 (file)
index 0000000..be9a2b7
--- /dev/null
@@ -0,0 +1 @@
+Checks: '-*,llvm-*,-llvm-include-order,misc-*,-misc-no-recursion,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'