Szelethus marked an inline comment as done. Szelethus added inline comments.
================ Comment at: cfe/trunk/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:1759 + if (isa<BinaryOperator>(ElseCond)) { + assert(cast<BinaryOperator>(ElseCond)->isLogicalOp()); + return isAssertlikeBlock(Else, Context); ---------------- Okay, this is stupid. Commited rL369195 to turn this into a condition, accompanied with a test case that would cause an assertion failure. Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D65287/new/ https://reviews.llvm.org/D65287 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits