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