]> granicus.if.org Git - clang/commitdiff
Don't remove the grammar construct, just the TODO.
authorAnders Carlsson <andersca@mac.com>
Tue, 21 Aug 2007 19:18:49 +0000 (19:18 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 21 Aug 2007 19:18:49 +0000 (19:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41245 91177308-0d34-0410-b5e6-96231b3b80d8

Parse/ParseExpr.cpp

index bb05c35464722ab7f5f625511c6e492a10c55512..46bcd67f3f2cc242ece72af0c118814c22233ef2 100644 (file)
@@ -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]