clang-tidy: enable readability-redundant-control-flow and fix

This commit is contained in:
Daniel Agar
2019-10-27 20:24:38 -04:00
parent 6f1f5e0325
commit 6f1e132286
2 changed files with 0 additions and 4 deletions

View File

@@ -94,7 +94,6 @@ Checks: '*,
-readability-named-parameter,
-readability-non-const-parameter,
-readability-redundant-declaration,
-readability-redundant-control-flow,
-readability-static-accessed-through-instance,
-readability-static-definition-in-anonymous-namespace,
'