Changeset b3a0df6 for src/AST/Expr.hpp


Ignore:
Timestamp:
Dec 11, 2020, 3:44:02 PM (3 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a6e0e4c
Parents:
3e3f236
Message:

attempt to fix sizeType in new ast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    r3e3f236 rb3a0df6  
    112112
    113113                bool hasSlots() const { return data.resnSlots; }
     114                bool hasParams() const { return data.inferParams; }
    114115
    115116                ResnSlots& resnSlots() {
Note: See TracChangeset for help on using the changeset viewer.