Changeset ae267366 for src/Parser/ParseNode.h
- Timestamp:
- Feb 24, 2023, 3:31:50 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 2e77837
- Parents:
- f883ef1 (diff), f2a1cd2 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
rf883ef1 rae267366 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Nov 2 21:27:07 202213 // Update Count : 9 3912 // Last Modified On : Sun Feb 19 09:02:37 2023 13 // Update Count : 940 14 14 // 15 15 … … 325 325 Variable_t variable; 326 326 327 struct Attr_t {328 // const std::string * name;329 ExpressionNode * expr;330 DeclarationNode * type;331 };332 Attr_t attr;333 334 327 struct StaticAssert_t { 335 328 ExpressionNode * condition; … … 343 336 344 337 bool inLine = false; 345 bool enumInLine = false; 338 bool enumInLine = false; 346 339 Type::FuncSpecifiers funcSpecs; 347 340 Type::StorageClasses storageClasses;
Note:
See TracChangeset
for help on using the changeset viewer.