[clang] [clang] [NFC] Comment fix in ParseExpr.cpp (PR #195750)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 05:06:27 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:

I ended up approving because I think this is at least incremental progress, but I also talked to @cor3ntin a bit offline after that and we figured "elsewhere" is perhaps a better way to say it, mostly because it turns out that is more accurate (despite not saying much) and doing a more thorough repair of the comment is pretty involved.

https://github.com/llvm/llvm-project/pull/195750


More information about the cfe-commits mailing list