Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / clang-analyzer-core.uninitialized.Assign.json
blob3691af741ce3e8227566c96db30f30354aadb7c8
2   [
3     "warning",
4     "The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage",
5     "clang-analyzer-core.uninitialized.Assign"
6   ],
7   { "reliability": "medium" }