summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/modernize-shrink-to-fit.json
blob: f8e4eda19f3227b06dcb657e0297dfdf1fa86605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  [
    "warning",
    "the shrink_to_fit method should be used to reduce the capacity of a shrinkable container",
    "modernize-shrink-to-fit"
  ],
  [
    "warning",
    "the shrink_to_fit method should be used to reduce the capacity of a shrinkable container",
    "modernize-shrink-to-fit"
  ],
  { "reliability": "high" }
]