Commit 93846d56 by Gabriel Dos Reis Committed by Gabriel Dos Reis

parser.c (cp_parser_primary_expression): Document the grammar for the built-in…

parser.c (cp_parser_primary_expression): Document the grammar for the built-in offsetof, a GNU extension.

        * parser.c (cp_parser_primary_expression): Document the grammar
        for the built-in offsetof, a GNU extension.

From-SVN: r109431
parent 84be0a79
2006-01-06 Gabriel Dos Reis <gdr@integrablesolutions.net>
* parser.c (cp_parser_primary_expression): Document the grammar
for the built-in offsetof, a GNU extension.
2005-01-04 Zdenek Dvorak <dvorakz@suse.cz>
PR c++/25632
......
......@@ -2747,6 +2747,7 @@ cp_parser_translation_unit (cp_parser* parser)
primary-expression:
( compound-statement )
__builtin_va_arg ( assignment-expression , type-id )
__builtin_offsetof ( type-id , offsetof-expression )
Objective-C++ Extension:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment