Ignore:
Timestamp:
Jul 28, 2017, 8:58:23 AM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    r874960b ra2e0687  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jul 27 12:08:08 2017
    13 // Update Count     : 2467
     12// Last Modified On : Thu Jul 27 21:07:16 2017
     13// Update Count     : 2468
    1414//
    1515
     
    527527        | ALIGNOF unary_expression                                                      // GCC, variable alignment
    528528                { $$ = new ExpressionNode( build_alignOfexpr( $2 ) ); }
    529         | ALIGNOF '(' type_no_function ')'                              // GCC, type alignment
     529        | ALIGNOF '(' type_no_function ')'                                      // GCC, type alignment
    530530                { $$ = new ExpressionNode( build_alignOftype( $3 ) ); }
    531531        | OFFSETOF '(' type_no_function ',' no_attr_identifier ')'
Note: See TracChangeset for help on using the changeset viewer.