summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-delete-null-pointer.json
blob: 2a7184cdb13f09914e69a4e31ac26394842f3adf (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "'if' statement is unnecessary; deleting null pointer has no effect",
    "readability-delete-null-pointer"
  ],
  { "reliability": "high" }
]