Don't remove the grammar construct, just the TODO.

llvm-svn: 41245
This commit is contained in:
Anders Carlsson 2007-08-21 19:18:49 +00:00
parent d614e7a553
commit 77621351dd
1 changed files with 1 additions and 0 deletions

View 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]