Prazek added inline comments.
Comment at: lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:106
if (Optional P = Succ->getLocationAs())
+if (const auto *BO = P->getStmtAs()) {
malcolm.parsons wrote:
> The check missed this one.
I don't think it is
malcolm.parsons added inline comments.
Comment at: lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:106
if (Optional P = Succ->getLocationAs())
+if (const auto *BO = P->getStmtAs()) {
The check missed this one.
https://reviews.llvm.org/D27767