Changeset 32fc0d6 for src/SynTree
- Timestamp:
- Mar 21, 2022, 3:51:57 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 7a486f4a
- Parents:
- 4390fb6
- File:
- 
      - 1 edited
 
 - 
          
  src/SynTree/Declaration.h (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/SynTree/Declaration.hr4390fb6 r32fc0d6 119 119 public: 120 120 Type * type; 121 Initializer * init; // For Enum, the init is a pointer that contain the enum value; see Parser::TypeData::buildEnum121 Initializer * init; 122 122 Expression * bitfieldWidth; 123 123 … … 144 144 virtual void print( std::ostream & os, Indenter indent = {} ) const override; 145 145 virtual void printShort( std::ostream & os, Indenter indent = {} ) const override; 146 147 // TODO: Move to the right place 148 void checkAssignedValue() const; 146 149 }; 147 150 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  