================ @@ -2268,6 +2265,12 @@ bool UnwrappedLineParser::tryToParseLambda() { parseRequiresClause(RequiresToken); break; } + case tok::equal: + if (InTemplateParameterList) { + nextToken(); + break; + } + return true; ---------------- owenca wrote:
Nit. https://github.com/llvm/llvm-project/pull/69052 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits