[PATCH] D147698: [clang][dataflow] Add support for new and delete expressions.

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 11 06:12:24 PDT 2023


gribozavr2 added a comment.

In D147698#4257698 <https://reviews.llvm.org/D147698#4257698>, @mboehme wrote:

> @gribozavr2 Just to make sure I understand you correctly here (before I make any changes to the code): IIUC you recommend simply doing nothing on a delete expression? (Your arguments for this make sense to me, just want to double-check I understood correctly.)

Yes, that's my suggestion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147698



More information about the cfe-commits mailing list