Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Node.cpp

    r561354f rc86b08d  
    128128template class ast::ptr_base< ast::EnumDecl, ast::Node::ref_type::weak >;
    129129template class ast::ptr_base< ast::EnumDecl, ast::Node::ref_type::strong >;
    130 template class ast::ptr_base< ast::AdtDecl, ast::Node::ref_type::weak >;
    131 template class ast::ptr_base< ast::AdtDecl, ast::Node::ref_type::strong >;
    132130template class ast::ptr_base< ast::TraitDecl, ast::Node::ref_type::weak >;
    133131template class ast::ptr_base< ast::TraitDecl, ast::Node::ref_type::strong >;
     
    176174template class ast::ptr_base< ast::FinallyClause, ast::Node::ref_type::weak >;
    177175template class ast::ptr_base< ast::FinallyClause, ast::Node::ref_type::strong >;
     176template class ast::ptr_base< ast::WhenClause, ast::Node::ref_type::weak >;
     177template 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 >;
     182template class ast::ptr_base< ast::WaitUntilStmt, ast::Node::ref_type::weak >;
     183template class ast::ptr_base< ast::WaitUntilStmt, ast::Node::ref_type::strong >;
    182184template class ast::ptr_base< ast::WithStmt, ast::Node::ref_type::weak >;
    183185template class ast::ptr_base< ast::WithStmt, ast::Node::ref_type::strong >;
Note: See TracChangeset for help on using the changeset viewer.