summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/performance-inefficient-algorithm.json
blob: e3c575bd854a236361392c9f2d02021a6dfd32ab (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "this STL algorithm call should be replaced with a container method",
    "performance-inefficient-algorithm"
  ],
  { "reliability": "high" }
]