Changeset 92f5279 for src/AST/Decl.hpp


Ignore:
Timestamp:
Jun 25, 2019, 2:51:50 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b604426
Parents:
bcb311b
Message:

Deeper clone on forall-lists on types to fix weak-ref error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    rbcb311b r92f5279  
    201201        TypeDecl * clone() const override { return new TypeDecl{ *this }; }
    202202        MUTATE_FRIEND
     203        friend class ParameterizedType;  // to allow deep clones
    203204};
    204205
Note: See TracChangeset for help on using the changeset viewer.