Ignore:
Timestamp:
Dec 14, 2015, 4:28:46 PM (9 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
5e92fee
Parents:
56fcd77
Message:

Initial draft of switch-over of size/align names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/ScrubTyVars.h

    r56fcd77 rdb0b3ce  
    3636                virtual Type* mutate( TypeInstType *typeInst );
    3737                Expression* mutate( SizeofExpr *szeof );
     38                Expression* mutate( AlignofExpr *algnof );
    3839                virtual Type* mutate( PointerType *pointer );
    3940          private:
Note: See TracChangeset for help on using the changeset viewer.