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

Vivek Panchagnula via cfe-commits cfe-commits at lists.llvm.org
Thu May 7 04:27:59 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 forgot about that sorry. I can be a little clueless about git. I'll get on that now.

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


More information about the cfe-commits mailing list