[PATCH] D108712: Avoid nullptr dereferencing of 'SubExpr'; NFC

Sindhu Chittireddy via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 25 11:32:20 PDT 2021


schittir added a comment.

In D108712#2965433 <https://reviews.llvm.org/D108712#2965433>, @aaron.ballman wrote:

> LGTM! There is no way for this to be null because `emitRethrow()` is what should be called in that case.
>
> I'll land this on your behalf sometime shortly (perhaps as late as tomorrow).

Thank you, Aaron!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108712



More information about the cfe-commits mailing list