summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-core.NullDereference.json
blob: 4c9258b2b70eb72e09b7d446412230f779d16a06 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "Access to field 'x' results in a dereference of a null pointer (loaded from variable 'pc')",
    "clang-analyzer-core.NullDereference"
  ],
  { "reliability": "medium" }
]