sammccall accepted this revision. sammccall added inline comments. This revision is now accepted and ready to land.
================ Comment at: clang/lib/Sema/SemaInit.cpp:965 } + if (hadError && FullyStructuredList) + FullyStructuredList->markError(); ---------------- Can we have a clang test for this? If nothing else, an AST-dump test should be able to capture this, right? If we can turn it into a real clang crash, we may be able to get this on the release branch. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84140/new/ https://reviews.llvm.org/D84140 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits