From: Anders Carlsson Date: Tue, 21 Aug 2007 18:14:25 +0000 (+0000) Subject: Remove objc-string-literal since it's been implemented now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c52056a71818f45d78364d9f3c936033f482a32a;p=clang Remove objc-string-literal since it's been implemented now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41241 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Parse/ParseExpr.cpp b/Parse/ParseExpr.cpp index aa8ced3bf5..bb05c35464 100644 --- a/Parse/ParseExpr.cpp +++ b/Parse/ParseExpr.cpp @@ -412,7 +412,6 @@ 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 [TODO] /// [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]