summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-core.uninitialized.Assign.json
blob: 3691af741ce3e8227566c96db30f30354aadb7c8 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage",
    "clang-analyzer-core.uninitialized.Assign"
  ],
  { "reliability": "medium" }
]