From: Fariborz Jahanian Date: Wed, 26 Sep 2007 17:03:44 +0000 (+0000) Subject: Removed a few TODOs on things which are done. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=095ffca8c5f69df5826fea8714b7f50a1313d7c6;p=clang Removed a few TODOs on things which are done. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42358 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Parse/ParseExpr.cpp b/Parse/ParseExpr.cpp index 1a7c403bd7..6bdde19032 100644 --- a/Parse/ParseExpr.cpp +++ b/Parse/ParseExpr.cpp @@ -439,10 +439,10 @@ Parser::ParseRHSOfBinaryExpression(ExprResult LHS, unsigned MinPrec) { /// [GNU] '__builtin_choose_expr' '(' assign-expr ',' assign-expr ',' /// assign-expr ')' /// [GNU] '__builtin_types_compatible_p' '(' type-name ',' type-name ')' -/// [OBJC] '[' objc-message-expr ']' [TODO] +/// [OBJC] '[' objc-message-expr ']' /// [OBJC] '@selector' '(' objc-selector-arg ')' [TODO] -/// [OBJC] '@protocol' '(' identifier ')' [TODO] -/// [OBJC] '@encode' '(' type-name ')' [TODO] +/// [OBJC] '@protocol' '(' identifier ')' +/// [OBJC] '@encode' '(' type-name ')' /// [OBJC] objc-string-literal /// [C++] 'const_cast' '<' type-name '>' '(' expression ')' [C++ 5.2p1] /// [C++] 'dynamic_cast' '<' type-name '>' '(' expression ')' [C++ 5.2p1]