Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    r9a533ba r4b60b28  
    1010// Created On       : Sat May 16 13:28:16 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Feb 19 09:02:37 2023
    13 // Update Count     : 940
     12// Last Modified On : Wed Nov  2 21:27:07 2022
     13// Update Count     : 939
    1414//
    1515
     
    325325        Variable_t variable;
    326326
     327        struct Attr_t {
     328//              const std::string * name;
     329                ExpressionNode * expr;
     330                DeclarationNode * type;
     331        };
     332        Attr_t attr;
     333
    327334        struct StaticAssert_t {
    328335                ExpressionNode * condition;
     
    336343
    337344        bool inLine = false;
    338         bool enumInLine = false;
     345        bool enumInLine = false; 
    339346        Type::FuncSpecifiers funcSpecs;
    340347        Type::StorageClasses storageClasses;
Note: See TracChangeset for help on using the changeset viewer.