Changes in src/AST/Pass.impl.hpp [7a36848:7a780ad]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r7a36848 r7a780ad 477 477 CodeLocation{}, "__func__", 478 478 new ast::ArrayType{ 479 new ast::BasicType{ ast::Basic Type::Char, ast::CV::Const },479 new ast::BasicType{ ast::BasicKind::Char, ast::CV::Const }, 480 480 nullptr, VariableLen, DynamicDim 481 481 }, … … 1940 1940 1941 1941 //-------------------------------------------------------------------------- 1942 // EnumPosType 1943 template< typename core_t > 1944 const ast::Type * ast::Pass< core_t >::visit( const ast::EnumPosType * node ) { 1945 VISIT_START( node ); 1946 1942 // EnumAttrType 1943 template< typename core_t > 1944 const ast::Type * ast::Pass< core_t >::visit( const ast::EnumAttrType * node ) { 1945 VISIT_START( node ); 1947 1946 VISIT_END( Type, node ); 1948 1947 }
Note:
See TracChangeset
for help on using the changeset viewer.