projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b0f39
)
[flang] Silence some warnings from clang-tidy
author
Tim Keith
<tkeith@nvidia.com>
Tue, 30 Jun 2020 17:15:10 +0000
(10:15 -0700)
committer
Tim 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]
patch
|
blob
diff --git a/flang/.clang-tidy
b/flang/.clang-tidy
new file mode 100644
(file)
index 0000000..
be9a2b7
--- /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'