summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-redundant-control-flow.json
blob: efedaf10090d3870f628ac7b3ca35cc295bdfa63 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "redundant return statement at the end of a function with a void return type",
    "readability-redundant-control-flow"
  ],
  { "reliability": "high" }
]