Ignore:
Timestamp:
Jan 23, 2017, 11:42:09 AM (7 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:
092528b
Parents:
bd98b58
Message:

disable autogeneration of ctor/dtor/assign when a member's corresponding operation is missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/32/extension.txt

    rbd98b58 r207c7e1d  
    1313    __extension__ int __c__i_1;
    1414};
    15 static inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1);
    1615static inline void ___constructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1);
    1716static inline void ___constructor__F_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1);
    1817static inline void ___destructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1);
     18static inline struct S ___operator_assign__F2sS_P2sS2sS_autogen___1(struct S *___dst__P2sS_1, struct S ___src__2sS_1);
    1919static inline void ___constructor__F_P2sS_autogen___1(struct S *___dst__P2sS_1){
    2020    ((void)((*((int *)(&(*___dst__P2sS_1).__a__i_1)))) /* ?{} */);
Note: See TracChangeset for help on using the changeset viewer.