summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/misc-non-copyable-objects.json
blob: 30826f37001fcabffb5b6e26bd226e7c5afe68d3 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "'f' declared as type 'FILE', which is unsafe to copy; did you mean 'FILE *'?",
    "misc-non-copyable-objects"
  ],
  { "reliability": "high" }
]