summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-uniqueptr-delete-release.json
blob: 79330346e11866e3bc6339d20029338fec1e9a3b (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "prefer '= nullptr' to reset 'unique_ptr<>' objects",
    "readability-uniqueptr-delete-release"
  ],
  { "reliability": "high" }
]