================ @@ -0,0 +1,73 @@ +// RUN: %clang_cc1 -std=c++17 -fsyntax-only -Wunreachable-code -verify %s + +// Do not crash when a condition variable or an init-statement is initialized +// by a statement-expression containing control flow. Such an initializer +// finishes the current CFG block, so the builder must not assume the block it +// started with is still current. +// https://github.com/llvm/llvm-project/issues/211976 ---------------- ojhunt wrote:
This looks like Claude generated test commentary. https://github.com/llvm/llvm-project/pull/212138 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
