summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-unnecessary-copy-initialization.json
blob: fcb16746eda4ec13c4594f05421c34c3fd2da93c (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "the const qualified variable 'UnnecessaryCopy' is copy-constructed from a const reference but is never used; consider removing the statement",
    "performance-unnecessary-copy-initialization"
  ],
  { "reliability": "high" }
]