summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-unnecessary-value-param.json
blob: 35ed09e4becb9d70747eb2e8c9bbedbe09aa282d (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "the const qualified parameter 'Value' is copied for each invocation; consider making it a reference",
    "performance-unnecessary-value-param"
  ],
  { "reliability": "high" }
]