[PATCH] D138275: [clang][Interp] Avoid leaking init maps of local primitive arrays

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 21:25:57 PST 2023


tbaeder added a comment.

It's interrupted whenever one of the `emitXXX()` functions returns `false`, or when one of the function in `Interp.h` returns `false`, e.g. when trying to read from a null pointer.


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

https://reviews.llvm.org/D138275



More information about the cfe-commits mailing list