[clang] [Clang][Lex] Fix parsing of nested requirement to prevent flowing off the end of token stream (PR #73691)

via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 20:37:24 PST 2023


================
@@ -3639,6 +3639,10 @@ ExprResult Parser::ParseRequiresExpression() {
                 //  TryParseParameterDeclarationClause).
----------------
cor3ntin wrote:

Yeah, I think we can remove that 

https://github.com/llvm/llvm-project/pull/73691


More information about the cfe-commits mailing list