Ignore:
Timestamp:
Aug 23, 2024, 2:04:50 PM (6 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
26ee4b5
Parents:
45ee172
Message:

Removed two lingering set_extension functions from ast. There was one use each in the parser, which uses get/set functions still.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/DeclarationNode.cpp

    r45ee172 rd1fbc56e  
    959959                        isDelete ? nullptr : maybeBuild( initializer ),
    960960                        copy( attributes )
    961                 )->set_extension( extension );
     961                );
     962                decl->extension = extension;
    962963                if ( isDelete ) {
    963964                        auto dwt = strict_dynamic_cast<ast::DeclWithType *>( decl );
Note: See TracChangeset for help on using the changeset viewer.