[PATCH] D136671: [analyzer] Fix crash for array-delete of UnknownVal values.

Domján Dániel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 25 04:37:23 PDT 2022


isuckatcs added a comment.

> This eliminate the crash in `getDynamicElementCount` on that region

I think that if the crash comes from `getDynamicElementCount`, we should address it there too, so 
when the function is called elsewhere under the same circumstances it won't crash again.

What do you think?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136671/new/

https://reviews.llvm.org/D136671



More information about the cfe-commits mailing list