[clang] [clang] [NFC] Comment fix in ParseExpr.cpp (PR #195750)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu May 7 04:23:07 PDT 2026
================
@@ -16,7 +16,7 @@
/// as the 'cast-expression' production. Everything else is either a binary
/// operator (e.g. '/') or a ternary operator ("?:"). The unary leaves are
/// handled by ParseCastExpression, the higher level pieces are handled by
-/// ParseBinaryExpression.
+/// ParseRHSOfBinaryExpression.
----------------
AaronBallman wrote:
Yeah, let's go ahead and change to "elsewhere", I'll reapprove and land the changes on your behalf from there. Can you update your email to be public though:
> This commit will be authored by 142024691+vrpT14s at users.noreply.github.com.
(it's one of our [developer policies](https://llvm.org/docs/DeveloperPolicy.html#email-addresses))
https://github.com/llvm/llvm-project/pull/195750
More information about the cfe-commits
mailing list