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