Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git] / tools / clang-tidy / test / clang-analyzer-cplusplus.NewDelete.json
blob99a9cd0dd2114908beffb61289e48dea495ef41b
2   [
3     "warning",
4     "Use of memory after it is freed",
5     "clang-analyzer-cplusplus.NewDelete"
6   ],
7   [
8     "warning",
9     "Use of memory after it is freed",
10     "clang-analyzer-cplusplus.NewDelete"
11   ],
12   [
13     "warning",
14     "Attempt to free released memory",
15     "clang-analyzer-cplusplus.NewDelete"
16   ],
17   [
18     "warning",
19     "Argument to 'delete' is the address of the local variable 'i', which is not memory allocated by 'new'",
20     "clang-analyzer-cplusplus.NewDelete"
21   ],
22   { "reliability": "medium" }