Ignore:
Timestamp:
Jun 11, 2015, 1:31:07 PM (11 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
ea9b9d3
Parents:
bfbf97f (diff), cda48b6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'code-gen' into resolver

File:
1 moved

Legend:

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

    rbfbf97f ra8541d9  
    1 x21: pointer to signed int with initializer
     1x11: pointer to signed int with initializer
    22  Simple Initializer:     Name: 0
    33
    4 x22: signed int with initializer
     4x12: signed int with initializer
    55  Simple Initializer:     Name: 0
    66
     
    8282constant expression 3 signed int         Name: g3
    8383
     84struct point
     85    with members
     86      x: signed int
     87      z: signed int
     88      struct __anonymous4
     89          with members
     90            y1: signed int
     91            y2: signed int
     92            y3: signed int
     93
     94      y: instance of struct __anonymous4
     95      w: signed int
     96
     97struct quintet
     98    with members
     99      v: signed int
     100      w: signed int
     101      x: signed int
     102      y: signed int
     103      z: signed int
     104
     105main: C function
     106      accepting unspecified arguments
     107    returning
     108      signed int
     109    with body
     110      CompoundStmt
     111        Declaration of p1: instance of struct point with initializer
     112          Compound initializer: 
     113            Simple Initializer: constant expression 3 signed int
     114              designated by:                 Name: x
     115
     116        Declaration of p2: instance of struct point with initializer
     117          Compound initializer: 
     118            Simple Initializer: constant expression 3 signed int
     119            Simple Initializer: constant expression 4 signed int
     120        Declaration of p3: instance of struct point with initializer
     121          Compound initializer: 
     122            Simple Initializer: constant expression 5 signed int
     123              designated by:                 Name: x
     124                Name: z
     125
     126            Compound initializer:                designated by: [                Name: y
     127              ]
     128              Simple Initializer: constant expression 6 signed int
     129                designated by:                   Name: y3
     130                  Name: y1
     131
     132              Simple Initializer: constant expression 17 signed int
     133        Declaration of p4: instance of struct point with initializer
     134          Compound initializer: 
     135            Simple Initializer: constant expression 5 signed int
     136              designated by:                 Name: w
     137
     138            Simple Initializer: constant expression 4 signed int
     139
Note: See TracChangeset for help on using the changeset viewer.