Add 'this' in the comments of Parser::ParseCastExpression to indicate that it is handled.

llvm-svn: 53665
This commit is contained in:
Argyrios Kyrtzidis 2008-07-16 07:23:27 +00:00
parent de3725367b
commit 16c04102ed
1 changed files with 1 additions and 0 deletions

View File

@ -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