Ignore:
Timestamp:
Mar 18, 2024, 5:44:22 PM (4 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
5b25c49
Parents:
8f650f0
Message:

Parser clean-up: Removed an unused field, added a comment, fixed a memory leak and reformated a function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.cc

    r8f650f0 r057608a  
    8888                aggregate.fields = nullptr;
    8989                aggregate.body = false;
    90                 aggregate.tagged = false;
    9190                aggregate.parent = nullptr;
    9291                aggregate.anon = false;
     
    228227                newtype->aggregate.body = aggregate.body;
    229228                newtype->aggregate.anon = aggregate.anon;
    230                 newtype->aggregate.tagged = aggregate.tagged;
    231229                break;
    232230        case AggregateInst:
Note: See TracChangeset for help on using the changeset viewer.