================
@@ -2556,10 +2556,19 @@ void ExprEngine::processCFGBlockEntrance(const 
BlockEdge &L,
     const Stmt *Term = 
nodeBuilder.getContext().getBlock()->getTerminatorStmt();
     if (!isa_and_nonnull<ForStmt, WhileStmt, DoStmt, CXXForRangeStmt>(Term))
       return;
+
+    // FIXME:
----------------
fangyi-zhou wrote:

Fair enough, I will remove the assertion but leave this FIXME here for future 
reference.

https://github.com/llvm/llvm-project/pull/128251
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to