Changeset a8541d9 for src/Tests/Expect-a/Initialization.txt
- Timestamp:
- Jun 11, 2015, 1:31:07 PM (11 years ago)
- 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. - File:
-
- 1 moved
-
src/Tests/Expect-a/Initialization.txt (moved) (moved from src/Tests/SynTree/Expected/Initialization.tst ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Expect-a/Initialization.txt
rbfbf97f ra8541d9 1 x 21: pointer to signed int with initializer1 x11: pointer to signed int with initializer 2 2 Simple Initializer: Name: 0 3 3 4 x 22: signed int with initializer4 x12: signed int with initializer 5 5 Simple Initializer: Name: 0 6 6 … … 82 82 constant expression 3 signed int Name: g3 83 83 84 struct 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 97 struct 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 105 main: 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.