Changeset 510e6f9 for src/Validate
- Timestamp:
- Mar 11, 2022, 1:56:07 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 623d1c8
- Parents:
- eb3bc52 (diff), 630c4bb (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
-
src/Validate/ForallPointerDecay.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ForallPointerDecay.cpp
reb3bc52 r510e6f9 70 70 AssertionList assertions; 71 71 // Substitute trait decl parameters for instance parameters. 72 ast::TypeSubstitution sub( 73 inst->base->params.begin(), 74 inst->base->params.end(), 75 inst->params.begin() 76 ); 72 ast::TypeSubstitution sub( inst->base->params, inst->params ); 77 73 for ( const ast::ptr<ast::Decl> & decl : inst->base->members ) { 78 74 ast::ptr<ast::DeclWithType> copy =
Note:
See TracChangeset
for help on using the changeset viewer.