================ @@ -2422,6 +2422,10 @@ void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred, Bldr.addNodes(Dst); break; } + + case Stmt::EmbedExprClass: + llvm_unreachable("Support for EmbedExpr is not implemented."); ---------------- Fznamznon wrote:
Used `report_fatal_error` instead. https://github.com/llvm/llvm-project/pull/95802 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits