Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da4923 commit eb40b69Copy full SHA for eb40b69
1 file changed
clang/lib/Parse/ParseExpr.cpp
@@ -15,8 +15,8 @@
15
/// In the C99 grammar, these unary operators bind tightest and are represented
16
/// as the 'cast-expression' production. Everything else is either a binary
17
/// operator (e.g. '/') or a ternary operator ("?:"). The unary leaves are
18
-/// handled by ParseCastExpression, the higher level pieces are handled by
19
-/// ParseBinaryExpression.
+/// handled by ParseCastExpression, the higher level pieces are handled
+/// elsewhere.
20
///
21
//===----------------------------------------------------------------------===//
22
0 commit comments