Changeset 9f77301 for src/Parser
- Timestamp:
- Jul 14, 2021, 10:03:02 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 08bc3e7, 63e3ed8
- Parents:
- fcd1a469
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypeData.cc
rfcd1a469 r9f77301 10 10 // Created On : Sat May 16 15:12:51 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jul 14 1 7:46:47202113 // Update Count : 67 112 // Last Modified On : Wed Jul 14 18:57:31 2021 13 // Update Count : 672 14 14 // 15 15 … … 954 954 assert( td->typeexpr ); 955 955 // assert( td->typeexpr->expr ); 956 return new TypeofType{ 957 buildQualifiers( td ), td->typeexpr->build(), td->kind == TypeData::Basetypeof }; 956 return new TypeofType{ buildQualifiers( td ), td->typeexpr->build(), td->kind == TypeData::Basetypeof }; 958 957 } // buildTypeof 959 958
Note: See TracChangeset
for help on using the changeset viewer.