[Lldb-commits] [lldb] [LLDB] Add field member operators to DIL (PR #138093)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon May 12 01:24:45 PDT 2025
================
@@ -111,7 +111,27 @@ ASTNodeUP DILParser::ParseUnaryExpression() {
llvm_unreachable("invalid token kind");
}
}
- return ParsePrimaryExpression();
+ return ParsePostfixExpression();
+}
+// Parse a postfix_expression.
----------------
labath wrote:
```suggestion
// Parse a postfix_expression.
```
https://github.com/llvm/llvm-project/pull/138093
More information about the lldb-commits
mailing list