Ignore:
Timestamp:
Mar 6, 2024, 6:06:43 AM (23 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
647d633
Parents:
bbf2cb1 (diff), af60383 (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/Parser/InitializerNode.h

    rbbf2cb1 rf6e8c67  
    1818#include "ParseNode.h"
    1919
    20 class InitializerNode : public ParseNode {
    21 public:
     20struct InitializerNode final : public ParseList<InitializerNode> {
    2221        InitializerNode( ExpressionNode *, bool aggrp = false, ExpressionNode * des = nullptr );
    2322        InitializerNode( InitializerNode *, bool aggrp = false, ExpressionNode * des = nullptr );
Note: See TracChangeset for help on using the changeset viewer.