From 16c04102ed1458f27025a4193fc3431d27219eba Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 16 Jul 2008 07:23:27 +0000 Subject: Add 'this' in the comments of Parser::ParseCastExpression to indicate that it is handled. llvm-svn: 53665 --- clang/lib/Parse/ParseExpr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Parse/ParseExpr.cpp') diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index 17797ec488b..d992956f3dd 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp @@ -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 -- cgit v1.2.3