================
@@ -301,6 +301,10 @@ struct ParenState {
/// Used to align further variables if necessary.
unsigned VariablePos = 0;
+ /// The precedence. The outermost level and the levels corresponding to
tokens
+ /// have prec::Unknown.
+ prec::Level precedence = prec::Unknown;
----------------
owenca wrote:
```suggestion
prec::Level Precedence = prec::Unknown;
```
https://github.com/llvm/llvm-project/pull/197590
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits