summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-inconsistent-declaration-parameter-name.json
blob: f5e04a1041b591a2acd249bb0b0f485b5ec557e5 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "function 'S::f' has a definition with different parameter names",
    "readability-inconsistent-declaration-parameter-name"
  ],
  { "reliability": "high" }
]