Changeset 19a8c40 for src/AST/Pass.hpp


Ignore:
Timestamp:
Nov 14, 2022, 11:47:23 AM (21 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
63be3387, c1fb3903
Parents:
7491f97
Message:

Some clean-up I had stashed from before I knew the InlineMemberDecl? clean-up was underway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r7491f97 r19a8c40  
    141141        const ast::DirectiveDecl *    visit( const ast::DirectiveDecl        * ) override final;
    142142        const ast::StaticAssertDecl * visit( const ast::StaticAssertDecl     * ) override final;
    143         const ast::DeclWithType *     visit( const ast::InlineMemberDecl      * ) override final;
     143        const ast::DeclWithType *     visit( const ast::InlineMemberDecl     * ) override final;
    144144        const ast::CompoundStmt *     visit( const ast::CompoundStmt         * ) override final;
    145145        const ast::Stmt *             visit( const ast::ExprStmt             * ) override final;
Note: See TracChangeset for help on using the changeset viewer.