By failing to lex the token we end up both parsing it as a binary
operator ourselves and parsing it as a unary operator when calling
parseExpression on the RHS. For plus this is harmless but for minus this
parses "foo - 4" as "foo - -4", effectively treating a top-level minus
as a plus.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
End a full sentence with a period.