[flang-commits] [flang] 98202ed - [flang] Silence some warnings from clang-tidy

Tim Keith via flang-commits flang-commits at lists.llvm.org
Tue Jun 30 10:15:47 PDT 2020


Author: Tim Keith
Date: 2020-06-30T10:15:12-07:00
New Revision: 98202edacbad2370105b8a5b837ad35569d7a387

URL: https://github.com/llvm/llvm-project/commit/98202edacbad2370105b8a5b837ad35569d7a387
DIFF: https://github.com/llvm/llvm-project/commit/98202edacbad2370105b8a5b837ad35569d7a387.diff

LOG: [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

Added: 
    flang/.clang-tidy

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/flang/.clang-tidy b/flang/.clang-tidy
new file mode 100644
index 000000000000..be9a2b704edd
--- /dev/null
+++ b/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'


        


More information about the flang-commits mailing list