summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-move-const-arg.json
blob: d56fe6bf374e14bb4f5b55663fdfb80d3553d4c7 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "std::move of the const variable 'x5' has no effect; remove std::move() or make the variable non-const",
    "performance-move-const-arg"
  ],
  { "reliability": "high" }
]