Ignore:
Timestamp:
Jun 11, 2015, 1:31:07 PM (10 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/Typedef.txt

    rbfbf97f ra8541d9  
    4444
    4545c: instance of type a (not function type)
     46x: typedef for type-of expression constant expression 3 signed int
     47y: typedef for type-of expression constant expression 3 signed int
     48p: instance of type x (not function type)
     49q: instance of type y (not function type)
    4650main: C function
    4751      accepting unspecified arguments
     
    5054    with body
    5155      CompoundStmt
     56        Declaration of z: typedef for type-of expression constant expression 3 signed int
     57        Declaration of p: typedef for type-of expression constant expression 3 signed int
     58        Declaration of w: instance of type z (not function type)
     59        Declaration of x: instance of type p (not function type)
    5260
    5361arrayOf10Pointers: typedef for array of pointer to signed int with dimension of constant expression 10 signed int
    54 x: instance of type arrayOf10Pointers (not function type)
     62array: instance of type arrayOf10Pointers (not function type)
    5563constantPointer: typedef for const pointer to signed int
    5664funcPtr: typedef for pointer to function
Note: See TracChangeset for help on using the changeset viewer.