Changeset ae267366 for src/Parser/TypeData.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/TypeData.h
rf883ef1 rae267366 10 10 // Created On : Sat May 16 15:18:36 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue May 10 22:18:49 202213 // Update Count : 20 312 // Last Modified On : Fri Feb 24 14:25:02 2023 13 // Update Count : 205 14 14 // 15 15 … … 37 37 bool body; 38 38 bool anon; 39 40 39 bool tagged; 41 40 const std::string * parent = nullptr; 42 41 }; 43 42 44 struct AggInst_t { 43 struct AggInst_t { // handles SUE 45 44 TypeData * aggregate = nullptr; 46 45 ExpressionNode * params = nullptr;
Note:
See TracChangeset
for help on using the changeset viewer.