[PATCH] D157554: [NFC][Clang] Fix static analyzer concern about null pointer dereference
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 10 05:01:45 PDT 2023
aaron.ballman added a reviewer: erichkeane.
aaron.ballman added a subscriber: erichkeane.
aaron.ballman added a comment.
This feels a bit more like a functional change than a non-functional change because it seems like we should be able to test this case (whereas, if we think `TC` can never be null in reality, we could add an `assert` for it and not add test coverage). That said, I'm not certain how to induce a failure here. Adding @erichkeane in case he has ideas.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157554/new/
https://reviews.llvm.org/D157554
More information about the cfe-commits
mailing list