summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-const-return-type.json
blob: f6c634c0b1f5b4a4760db4646f16ee7639796c5c (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "return type 'const int' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness",
    "readability-const-return-type"
  ],
  { "reliability": "high" }
]