[PATCH] D108712: Avoid nullptr dereferencing of 'SubExpr'; NFC
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 25 10:34:50 PDT 2021
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
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).
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