Ignore:
Timestamp:
Jun 15, 2015, 12:45:26 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:
94b4364
Parents:
ea9b9d3 (diff), a1d5d2a (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 'master' into resolver

Conflicts:

src/CodeGen/CodeGenerator.cc

File:
1 edited

Legend:

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

    rea9b9d3 rb5b0907  
    173173      CompoundStmt
    174174
    175 fII3: auto function
    176     with parameters
    177       i: signed int
    178     returning
    179       signed int
    180     with body
    181       CompoundStmt
    182 
    183 fII4: auto function
     175fII3: extern function
     176    with parameters
     177      i: signed int
     178    returning
     179      signed int
     180    with body
     181      CompoundStmt
     182
     183fII4: extern function
    184184    with parameters
    185185      i: signed int
     
    257257      CompoundStmt
    258258
    259 fO4: auto function
     259fO4: extern function
    260260      accepting unspecified arguments
    261261    returning
     
    268268      CompoundStmt
    269269
    270 fO5: auto function
     270fO5: extern function
    271271      accepting unspecified arguments
    272272    returning
Note: See TracChangeset for help on using the changeset viewer.