forked from OSchip/llvm-project
Add 'this' in the comments of Parser::ParseCastExpression to indicate that it is handled.
llvm-svn: 53665
This commit is contained in:
parent
de3725367b
commit
16c04102ed
|
@ -376,6 +376,7 @@ Parser::ParseRHSOfBinaryExpression(ExprResult LHS, unsigned MinPrec) {
|
|||
/// [C++] 'dynamic_cast' '<' type-name '>' '(' expression ')' [C++ 5.2p1]
|
||||
/// [C++] 'reinterpret_cast' '<' type-name '>' '(' expression ')' [C++ 5.2p1]
|
||||
/// [C++] 'static_cast' '<' type-name '>' '(' expression ')' [C++ 5.2p1]
|
||||
/// [C++] 'this' [C++ 9.3.2]
|
||||
///
|
||||
/// constant: [C99 6.4.4]
|
||||
/// integer-constant
|
||||
|
|
Loading…
Reference in New Issue