================
@@ -84,20 +136,177 @@ static bool isViableLoop(const CXXForRangeStmt &S,
ASTContext &Context) {
});
}
+static const IfStmt *getSingleIfInLoopBody(const CXXForRangeStmt &Loop) {
----------------
hjanuschka wrote:removed fixits - that simplified it https://github.com/llvm/llvm-project/pull/182065 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
