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/VariableDeclarator.txt

    rbfbf97f ra8541d9  
    3333f33: open array of const pointer to const pointer to signed int
    3434f34: array of const pointer to const pointer to signed int with dimension of constant expression 10 signed int
    35 f35: open array of pointer to signed int
    36 f36: array of pointer to signed int with dimension of constant expression 10 signed int
    37 f37: open array of pointer to pointer to signed int
    38 f38: array of pointer to pointer to signed int with dimension of constant expression 10 signed int
    39 f39: open array of pointer to const pointer to signed int
    40 f40: array of pointer to const pointer to signed int with dimension of constant expression 10 signed int
    41 f41: open array of const pointer to const pointer to signed int
    42 f42: array of const pointer to const pointer to signed int with dimension of constant expression 10 signed int
     35f35: pointer to open array of signed int
     36f36: pointer to array of signed int with dimension of constant expression 10 signed int
     37f37: pointer to pointer to open array of signed int
     38f38: pointer to pointer to array of signed int with dimension of constant expression 10 signed int
     39f39: pointer to const pointer to open array of signed int
     40f40: pointer to const pointer to array of signed int with dimension of constant expression 10 signed int
     41f41: const pointer to const pointer to open array of signed int
     42f42: const pointer to const pointer to array of signed int with dimension of constant expression 10 signed int
    4343f43: open array of array of signed int with dimension of constant expression 3 signed int
    4444f44: array of array of signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
     
    177177
    178178
    179 z: pointer to array of double with dimension of constant expression 20 signed int
    180 w: array of pointer to char with dimension of constant expression 20 signed int
     179cf3: pointer to signed int
     180cf4: pointer to pointer to signed int
     181cf5: pointer to const pointer to signed int
     182cf6: const pointer to const pointer to signed int
     183cf15: open array of signed int
     184cf16: array of signed int with dimension of constant expression 10 signed int
     185cf19: open array of pointer to signed int
     186cf20: array of pointer to signed int with dimension of constant expression 10 signed int
     187cf21: open array of pointer to pointer to signed int
     188cf22: array of pointer to pointer to signed int with dimension of constant expression 10 signed int
     189cf23: open array of pointer to const pointer to signed int
     190cf24: array of pointer to const pointer to signed int with dimension of constant expression 10 signed int
     191cf25: open array of const pointer to const pointer to signed int
     192cf26: array of const pointer to const pointer to signed int with dimension of constant expression 10 signed int
     193cf35: pointer to open array of signed int
     194cf36: pointer to array of signed int with dimension of constant expression 10 signed int
     195cf37: pointer to pointer to open array of signed int
     196cf38: pointer to pointer to array of signed int with dimension of constant expression 10 signed int
     197cf39: pointer to const pointer to open array of signed int
     198cf40: pointer to const pointer to array of signed int with dimension of constant expression 10 signed int
     199cf41: const pointer to const pointer to open array of signed int
     200cf42: const pointer to const pointer to array of signed int with dimension of constant expression 10 signed int
     201cf43: open array of array of signed int with dimension of constant expression 3 signed int
     202cf44: array of array of signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
     203cf49: open array of array of pointer to signed int with dimension of constant expression 3 signed int
     204cf50: array of array of pointer to signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
     205cf51: open array of array of pointer to pointer to signed int with dimension of constant expression 3 signed int
     206cf52: array of array of pointer to pointer to signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
     207cf53: open array of array of const pointer to signed int with dimension of constant expression 3 signed int
     208cf54: array of array of pointer to const pointer to signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
     209cf55: open array of array of const pointer to const pointer to signed int with dimension of constant expression 3 signed int
     210cf56: array of array of const pointer to const pointer to signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
     211cf65: function
     212    with parameters
     213      signed int
     214    returning
     215      signed int
     216
     217cf66: function
     218    with parameters
     219      signed int
     220    returning
     221      signed int
     222
     223cf67: function
     224    with parameters
     225      signed int
     226    returning
     227      pointer to signed int
     228
     229cf68: function
     230    with parameters
     231      signed int
     232    returning
     233      pointer to pointer to signed int
     234
     235cf69: function
     236    with parameters
     237      signed int
     238    returning
     239      const pointer to pointer to signed int
     240
     241cf70: function
     242    with parameters
     243      signed int
     244    returning
     245      const pointer to const pointer to signed int
     246
    181247v3: pointer to open array of pointer to open array of pointer to function
    182248    with parameters
Note: See TracChangeset for help on using the changeset viewer.