Changes in src/Virtual/ExpandCasts.cc [ccbc65c:c36814a]
- File:
-
- 1 edited
-
src/Virtual/ExpandCasts.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/ExpandCasts.cc
rccbc65c rc36814a 317 317 }; 318 318 319 struct ExpandCastsCore {319 struct ExpandCastsCore final { 320 320 void previsit( ast::FunctionDecl const * decl ); 321 321 void previsit( ast::StructDecl const * decl ); … … 362 362 } 363 363 364 /// Copy newType, but give the copy the params of the oldType. 364 365 ast::StructInstType * polyCopy( 365 366 ast::StructInstType const * oldType,
Note:
See TracChangeset
for help on using the changeset viewer.