From: Anders Carlsson Date: Tue, 21 Aug 2007 19:18:49 +0000 (+0000) Subject: Don't remove the grammar construct, just the TODO. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dac7f64809839979b45d45b8e9de0bfe5121762;p=clang Don't remove the grammar construct, just the TODO. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41245 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Parse/ParseExpr.cpp b/Parse/ParseExpr.cpp index bb05c35464..46bcd67f3f 100644 --- a/Parse/ParseExpr.cpp +++ b/Parse/ParseExpr.cpp @@ -412,6 +412,7 @@ Parser::ParseRHSOfBinaryExpression(ExprResult LHS, unsigned MinPrec) { /// [OBC] '@selector' '(' objc-selector-arg ')' [TODO] /// [OBC] '@protocol' '(' identifier ')' [TODO] /// [OBC] '@encode' '(' type-name ')' [TODO] +/// [OBC] objc-string-literal /// [C++] 'const_cast' '<' type-name '>' '(' expression ')' [C++ 5.2p1] /// [C++] 'dynamic_cast' '<' type-name '>' '(' expression ')' [C++ 5.2p1] /// [C++] 'reinterpret_cast' '<' type-name '>' '(' expression ')' [C++ 5.2p1]