================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to