Changeset fa2c005 for src/AST/Pass.hpp


Ignore:
Timestamp:
Jun 8, 2023, 3:19:43 PM (12 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT
Parents:
044ae62
Message:

Finish Adt POC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r044ae62 rfa2c005  
    219219        const ast::Type *             visit( const ast::FunctionType         * ) override final;
    220220        const ast::Type *             visit( const ast::StructInstType       * ) override final;
     221        const ast::Type *             visit( const ast::AdtInstType          * ) override final;
    221222        const ast::Type *             visit( const ast::UnionInstType        * ) override final;
    222223        const ast::Type *             visit( const ast::EnumInstType         * ) override final;
Note: See TracChangeset for help on using the changeset viewer.