Changeset a2e0687 for src/Parser/parser.yy
- Timestamp:
- Jul 28, 2017, 8:58:23 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 59310bf, 86d5ba7c
- Parents:
- 874960b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
r874960b ra2e0687 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jul 27 12:08:08201713 // Update Count : 246 712 // Last Modified On : Thu Jul 27 21:07:16 2017 13 // Update Count : 2468 14 14 // 15 15 … … 527 527 | ALIGNOF unary_expression // GCC, variable alignment 528 528 { $$ = new ExpressionNode( build_alignOfexpr( $2 ) ); } 529 | ALIGNOF '(' type_no_function ')' // GCC, type alignment529 | ALIGNOF '(' type_no_function ')' // GCC, type alignment 530 530 { $$ = new ExpressionNode( build_alignOftype( $3 ) ); } 531 531 | OFFSETOF '(' type_no_function ',' no_attr_identifier ')'
Note: See TracChangeset
for help on using the changeset viewer.