summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-container-size-empty.json
blob: 8c51b1c0396322b9ad1d9ebd46380fec9029a822 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "the 'empty' method should be used to check for emptiness instead of 'size'",
    "readability-container-size-empty"
  ],
  { "reliability": "high" }
]