Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Node.cpp

    rc86b08d r561354f  
    128128template class ast::ptr_base< ast::EnumDecl, ast::Node::ref_type::weak >;
    129129template class ast::ptr_base< ast::EnumDecl, ast::Node::ref_type::strong >;
     130template class ast::ptr_base< ast::AdtDecl, ast::Node::ref_type::weak >;
     131template class ast::ptr_base< ast::AdtDecl, ast::Node::ref_type::strong >;
    130132template class ast::ptr_base< ast::TraitDecl, ast::Node::ref_type::weak >;
    131133template class ast::ptr_base< ast::TraitDecl, ast::Node::ref_type::strong >;
     
    174176template class ast::ptr_base< ast::FinallyClause, ast::Node::ref_type::weak >;
    175177template class ast::ptr_base< ast::FinallyClause, ast::Node::ref_type::strong >;
    176 template class ast::ptr_base< ast::WhenClause, ast::Node::ref_type::weak >;
    177 template class ast::ptr_base< ast::WhenClause, ast::Node::ref_type::strong >;
    178178template class ast::ptr_base< ast::WaitForStmt, ast::Node::ref_type::weak >;
    179179template class ast::ptr_base< ast::WaitForStmt, ast::Node::ref_type::strong >;
    180180template class ast::ptr_base< ast::WaitForClause, ast::Node::ref_type::weak >;
    181181template class ast::ptr_base< ast::WaitForClause, ast::Node::ref_type::strong >;
    182 template class ast::ptr_base< ast::WaitUntilStmt, ast::Node::ref_type::weak >;
    183 template class ast::ptr_base< ast::WaitUntilStmt, ast::Node::ref_type::strong >;
    184182template class ast::ptr_base< ast::WithStmt, ast::Node::ref_type::weak >;
    185183template class ast::ptr_base< ast::WithStmt, ast::Node::ref_type::strong >;
Note: See TracChangeset for help on using the changeset viewer.