We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readability-avoid-return-with-void-value
1 parent ec9d996 commit aa00c2aCopy full SHA for aa00c2a
.clang-tidy
@@ -11,6 +11,7 @@ Checks: >
11
-llvm-else-after-return,
12
-readability-else-after-return,
13
-readability-use-anyofallof,
14
+ -readability-avoid-return-with-void-value,
15
-misc-const-correctness,
16
-misc-unused-parameters,
17
-misc-non-private-member-variables-in-classes,
0 commit comments