Changeset fa463f1 for src/SynTree/Type.h


Ignore:
Timestamp:
Aug 30, 2016, 4:26:01 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, 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:
c8dfcd3
Parents:
3906301 (diff), 32a2a99 (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 ctor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Type.h

    r3906301 rfa463f1  
    327327        TypeInstType( const Type::Qualifiers &tq, const std::string &name, bool isFtype );
    328328        TypeInstType( const TypeInstType &other ) : Parent( other ), baseType( other.baseType ), isFtype( other.isFtype ) {}
     329        ~TypeInstType();
    329330
    330331        TypeDecl *get_baseType() const { return baseType; }
Note: See TracChangeset for help on using the changeset viewer.