================
@@ -280,11 +308,102 @@ class ExpressionParser {
}
}
+ struct NestingContext {
----------------
lforg37 wrote:
Done. I also renamed the struct in an attempt to make its role more explicit.
https://github.com/llvm/llvm-project/pull/154674