Ignore:
Timestamp:
Feb 26, 2024, 3:53:42 AM (7 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
3f9a8d0
Parents:
0522ebe (diff), 022bce0 (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:

Resolve conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.h

    r0522ebe ra4da45e  
    99// Author           : Peter A. Buhr
    1010// Created On       : Sat May 16 15:18:36 2015
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Mar  1 10:44:00 2023
    13 // Update Count     : 206
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Thu Feb 22 16:30:31 2024
     13// Update Count     : 210
    1414//
    1515
     
    3030                ast::AggregateDecl::Aggregate kind;
    3131                const std::string * name = nullptr;
     32                const std::string * parent = nullptr;
    3233                DeclarationNode * params = nullptr;
    3334                ExpressionNode * actuals = nullptr;                             // holds actual parameters later applied to AggInst
    3435                DeclarationNode * fields = nullptr;
     36                std::vector<ast::ptr<ast::Attribute>> attributes;
    3537                bool body;
    3638                bool anon;
    3739                bool tagged;
    38                 const std::string * parent = nullptr;
    3940        };
    4041
Note: See TracChangeset for help on using the changeset viewer.