Ignore:
Timestamp:
Jun 11, 2015, 12:15:54 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
eff0cad0
Parents:
8a95629
Message:

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/Tests/Expect-a/TypeGenerator.txt

    r8a95629 rb1d6dd5  
    1515    with members
    1616      data: instance of type T (not function type)
    17       next: pointer to instance of type List (not function type)
     17      next: pointer to instance of type List1 (not function type)
    1818        with parameters
    1919          instance of type T (not function type)
    2020
    2121
    22 List: type for pointer to instance of struct __anonymous0
     22List1: type for pointer to instance of struct __anonymous0
    2323  with parameters
    2424    T: type
     
    3636
    3737
    38 ListOfIntegers: typedef for instance of type List (not function type)
     38li: instance of type List1 (not function type)
    3939  with parameters
    4040    signed int
    4141
    42 li: instance of type ListOfIntegers (not function type)
    4342f: function
    4443    with parameters
     
    4746            signed int
    4847          returning
    49             instance of type List (not function type)
     48            instance of type List1 (not function type)
    5049              with parameters
    5150                signed int
     
    5756h: function
    5857    with parameters
    59       p: pointer to instance of type List (not function type)
     58      p: pointer to instance of type List1 (not function type)
    6059        with parameters
    6160          signed int
     
    6362    returning
    6463      signed int
     64
     65struct S1
     66    with parameters
     67      T: type
     68
     69struct S1
     70    with parameters
     71      T: type
     72
     73    with members
     74      i: instance of type T (not function type)
     75
     76v1: instance of struct S1
     77  with parameters
     78    signed int
     79
     80p: pointer to instance of struct S1
     81  with parameters
     82    signed int
     83
     84struct S2
     85    with parameters
     86      T: type
     87
     88    with members
     89      i: instance of type T (not function type)
     90
     91v2: instance of struct S2
     92  with parameters
     93    signed int
     94
     95struct __anonymous1
     96    with parameters
     97      T: type
     98
     99    with members
     100      i: instance of type T (not function type)
     101
     102v2: instance of struct __anonymous1
     103  with parameters
     104    signed int
    65105
    66106struct node
Note: See TracChangeset for help on using the changeset viewer.