================ @@ -370,9 +364,9 @@ bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, else if (FormatTok->getType() == TT_MacroBlockEnd) kind = tok::r_brace; - auto ParseDefault = [this, OpeningBrace, NextLevelLBracesType, IfKind, + auto ParseDefault = [this, OpeningBrace, InRequiresExpression, IfKind, &IfLBrace, &HasDoWhile, &HasLabel, &StatementCount] { - parseStructuralElement(!OpeningBrace, NextLevelLBracesType, IfKind, + parseStructuralElement(OpeningBrace, InRequiresExpression, IfKind, ---------------- owenca wrote:
Nope! https://github.com/llvm/llvm-project/pull/66569 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits