[clang] [clang] [NFC] Comment fix in ParseExpr.cpp (PR #195750)
Vivek Panchagnula via cfe-commits
cfe-commits at lists.llvm.org
Thu May 7 05:25:21 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.
----------------
vrpT14s wrote:
I changed a github.com setting that tried to private my email address, that might have been the issue. Could you check again now? When I look at the raw patch directly it has my public username (vrp.t14s at gmail.com): https://github.com/llvm/llvm-project/commit/4d5f639d75e53a0d6d05ffa769532622dc6d24c5.patch
https://github.com/llvm/llvm-project/pull/195750
More information about the cfe-commits
mailing list