================
@@ -2218,27 +2218,20 @@ Parser::ParsePostfixExpressionSuffix(ExprResult LHS) {
CalledSignatureHelp = true;
return PreferredType;
};
+ bool KnownInvalidCall = false;
----------------
cor3ntin wrote:
```suggestion
bool ExpressionListIsInvalid = false;
```
(Might not be a call)
https://github.com/llvm/llvm-project/pull/136295
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
