summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/bugprone-unused-raii.json
blob: 99a99364850950e7fbeee443e4bbb2468db943f8 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "object destroyed immediately after creation; did you mean to name the object?",
    "bugprone-unused-raii"
  ],
  { "reliability": "high" }
]