Changes in src/Validate/Autogen.cpp [b262cb3:0bd3faf]
- File:
-
- 1 edited
-
src/Validate/Autogen.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/Autogen.cpp
rb262cb3 r0bd3faf 440 440 441 441 auto * paramType = ast::deepCopy( member->get_type() ); 442 erase_if( paramType->attributes, []( ast::Attribute const * attr ){ 443 return !attr->isValidOnFuncParam(); 444 } ); 442 paramType->attributes.clear(); 445 443 ast::ObjectDecl * param = new ast::ObjectDecl( 446 444 getLocation(), member->name, paramType );
Note:
See TracChangeset
for help on using the changeset viewer.