Changes in src/AST/Pass.impl.hpp [6a45bd78:361bf01]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r6a45bd78 r361bf01 1777 1777 VISIT({ 1778 1778 guard_symtab guard { *this }; 1779 guard_forall_subs forall_guard { *this, node };1780 mutate_forall( node );1781 1779 maybe_accept( node, &StructInstType::params ); 1782 1780 }) … … 1795 1793 VISIT({ 1796 1794 guard_symtab guard { *this }; 1797 guard_forall_subs forall_guard { *this, node };1798 mutate_forall( node );1799 1795 maybe_accept( node, &UnionInstType::params ); 1800 1796 }) … … 1810 1806 1811 1807 VISIT({ 1812 guard_forall_subs forall_guard { *this, node };1813 mutate_forall( node );1814 1808 maybe_accept( node, &EnumInstType::params ); 1815 1809 }) … … 1825 1819 1826 1820 VISIT({ 1827 guard_forall_subs forall_guard { *this, node };1828 mutate_forall( node );1829 1821 maybe_accept( node, &TraitInstType::params ); 1830 1822 }) … … 1841 1833 VISIT( 1842 1834 { 1843 guard_forall_subs forall_guard { *this, node };1844 mutate_forall( node );1845 1835 maybe_accept( node, &TypeInstType::params ); 1846 1836 }
Note:
See TracChangeset
for help on using the changeset viewer.