Changeset b185ed2


Ignore:
Timestamp:
Dec 17, 2020, 3:40:40 PM (4 years ago)
Author:
Colby Alexander Parsons <caparsons@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
68a867ee
Parents:
b9255d0 (diff), c9f6983 (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' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Type.hpp

    rb9255d0 rb185ed2  
    398398        // a zero value of formal_usage indicates an actual type (referenced inside body of parametric structs and functions)
    399399        TypeDecl::Kind kind;
    400         int formal_usage;
    401         int expr_id;
     400        int formal_usage = 0;
     401        int expr_id = 0;
    402402
    403403        // compact representation used for map lookups.
Note: See TracChangeset for help on using the changeset viewer.