Changes in src/AST/Node.cpp [561354f:c86b08d]
- File:
-
- 1 edited
-
src/AST/Node.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.cpp
r561354f rc86b08d 128 128 template class ast::ptr_base< ast::EnumDecl, ast::Node::ref_type::weak >; 129 129 template 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 >;132 130 template class ast::ptr_base< ast::TraitDecl, ast::Node::ref_type::weak >; 133 131 template class ast::ptr_base< ast::TraitDecl, ast::Node::ref_type::strong >; … … 176 174 template class ast::ptr_base< ast::FinallyClause, ast::Node::ref_type::weak >; 177 175 template 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 >; 178 178 template class ast::ptr_base< ast::WaitForStmt, ast::Node::ref_type::weak >; 179 179 template class ast::ptr_base< ast::WaitForStmt, ast::Node::ref_type::strong >; 180 180 template class ast::ptr_base< ast::WaitForClause, ast::Node::ref_type::weak >; 181 181 template 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 >; 182 184 template class ast::ptr_base< ast::WithStmt, ast::Node::ref_type::weak >; 183 185 template class ast::ptr_base< ast::WithStmt, ast::Node::ref_type::strong >;
Note:
See TracChangeset
for help on using the changeset viewer.