summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-redundant-member-init.json
blob: 65b24ba2dd154ef56e38f21c73d7a5dcb4db2461 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "initializer for member 'f' is redundant",
    "readability-redundant-member-init"
  ],
  { "reliability": "high" }
]