[
  [
    "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" }
]
