Changes in src/AST/Pass.impl.hpp [acb33f15:7a780ad]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
racb33f15 r7a780ad 1940 1940 1941 1941 //-------------------------------------------------------------------------- 1942 // EnumAttrType 1943 template< typename core_t > 1944 const ast::Type * ast::Pass< core_t >::visit( const ast::EnumAttrType * node ) { 1945 VISIT_START( node ); 1946 VISIT_END( Type, node ); 1947 } 1948 1949 //-------------------------------------------------------------------------- 1942 1950 // TraitInstType 1943 1951 template< typename core_t >
Note:
See TracChangeset
for help on using the changeset viewer.