[flang] Silence some warnings from clang-tidy

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
This commit is contained in:
Tim Keith 2020-06-30 10:15:10 -07:00
parent a7b0f39185
commit 98202edacb

1
flang/.clang-tidy Normal file
View File

@ -0,0 +1 @@
Checks: '-*,llvm-*,-llvm-include-order,misc-*,-misc-no-recursion,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'