trisquel-icecat/icecat/tools/clang-tidy/test/clang-analyzer-cplusplus.NewDelete.json

23 lines
520 B
JSON

[
[
"warning",
"Use of memory after it is freed",
"clang-analyzer-cplusplus.NewDelete"
],
[
"warning",
"Use of memory after it is freed",
"clang-analyzer-cplusplus.NewDelete"
],
[
"warning",
"Attempt to free released memory",
"clang-analyzer-cplusplus.NewDelete"
],
[
"warning",
"Argument to 'delete' is the address of the local variable 'i', which is not memory allocated by 'new'",
"clang-analyzer-cplusplus.NewDelete"
],
{ "reliability": "medium" }
]