Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb40b69

Browse files
authored
[clang] [NFC] Comment fix in ParseExpr.cpp (#195750)
Update hanging reference of ParseBinaryExpression to ParseRHSOfBinaryExpression Fixes #195747
1 parent 3da4923 commit eb40b69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clang/lib/Parse/ParseExpr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
/// In the C99 grammar, these unary operators bind tightest and are represented
1616
/// as the 'cast-expression' production. Everything else is either a binary
1717
/// operator (e.g. '/') or a ternary operator ("?:"). The unary leaves are
18-
/// handled by ParseCastExpression, the higher level pieces are handled by
19-
/// ParseBinaryExpression.
18+
/// handled by ParseCastExpression, the higher level pieces are handled
19+
/// elsewhere.
2020
///
2121
//===----------------------------------------------------------------------===//
2222

0 commit comments

Comments
 (0)