Ignore:
Timestamp:
Jul 10, 2018, 3:53:38 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
777ed2b
Parents:
d804830
git-author:
Rob Schluntz <rschlunt@…> (07/10/18 15:11:53)
git-committer:
Rob Schluntz <rschlunt@…> (07/10/18 15:53:38)
Message:

Call TypedefTable::makeTypedef with leaf type for nested aggregate definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.h

    rd804830 r7de22b28  
    109109        void print( std::ostream &, int indent = 0 ) const;
    110110        TypeData * clone() const;
     111
     112        const std::string * leafName() const;
    111113};
    112114
Note: See TracChangeset for help on using the changeset viewer.