summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-sizeof-expression.json
blob: 438194296b3b77e8fc2e02e5260dfa9c00afe933 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "suspicious usage of 'sizeof(this)'; did you mean 'sizeof(*this)'",
    "bugprone-sizeof-expression"
  ],
  { "reliability": "high" }
]