[PATCH] D139148: Fix nullptr dereference found by Coverity static analysis tool
Sindhu Chittireddy via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 5 13:09:29 PST 2022
schittir added a comment.
> Perhaps the` assert` should be added after line 5926 above.
Done.
> I think the checks for `Initializer` being non-null following the addition of an `assert` should be removed.
I don't see any after this point.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139148/new/
https://reviews.llvm.org/D139148
More information about the cfe-commits
mailing list