summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-faster-string-find.json
blob: 1ab2d7ba08ca067c0b38b112af9db0b9f703b695 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "'find' called with a string literal consisting of a single character; consider using the more effective overload accepting a character",
    "performance-faster-string-find"
  ],
  { "reliability": "high" }
]