Changeset 265e460 for src/CodeGen
- Timestamp:
- Oct 8, 2022, 9:43:21 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- b2ddaf3
- Parents:
- 815943f (diff), d8c96a9 (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/CodeGen/GenType.cc
r815943f r265e460 169 169 170 170 void GenType::postvisit( ReferenceType * refType ) { 171 assert( refType->base != 0);171 assert( 0 != refType->base ); 172 172 assertf( ! options.genC, "Reference types should not reach code generation." ); 173 173 handleQualifiers( refType );
Note:
See TracChangeset
for help on using the changeset viewer.