Ignore:
Timestamp:
Jul 10, 2018, 11:09:19 AM (5 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
5cacf74
Parents:
aeec6b7
Message:

Add anon flag to TypeData? and remove anonymous members for named aggregates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/nested-types.c

    raeec6b7 r3d7e53b  
    1616typedef int N;
    1717struct A {
    18   // forall(otype T) // xxx - should not be an error, but currently is
    19   // struct N {
    20   //   T x;
    21   // };
     18  forall(otype T) // xxx - should not be an error, but currently is
     19  struct N {
     20    T x;
     21  };
    2222};
    2323
Note: See TracChangeset for help on using the changeset viewer.