Ignore:
Timestamp:
Sep 17, 2016, 8:27:51 AM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
8c49c0e
Parents:
12bc63a
Message:

expand TupleExpr? and TupleIndexExpr?, add UniqueExpr?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/GenType.cc

    r12bc63a r3c13c03  
    213213                        typeString = "_Atomic " + typeString;
    214214                } // if
    215                 if ( type->get_isAttribute() ) {
    216                         typeString = "__attribute(( )) " + typeString;
    217                 } // if
    218215        }
    219216} // namespace CodeGen
Note: See TracChangeset for help on using the changeset viewer.