Changeset fad1f14 for src


Ignore:
Timestamp:
Oct 14, 2022, 2:54:23 PM (19 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
4678c1ec, bd30231
Parents:
4465777
Message:

Small bits of clean-up I would rather not want to keep looking at.

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r4465777 rfad1f14  
    167167        const ast::Expr *             visit( const ast::UntypedExpr          * ) override final;
    168168        const ast::Expr *             visit( const ast::NameExpr             * ) override final;
    169         const ast::Expr *                         visit( const ast::QualifiedNameExpr    * ) override final;
     169        const ast::Expr *             visit( const ast::QualifiedNameExpr        * ) override final;
    170170        const ast::Expr *             visit( const ast::AddressExpr          * ) override final;
    171171        const ast::Expr *             visit( const ast::LabelAddressExpr     * ) override final;
  • src/GenPoly/ScrubTyVars.h

    r4465777 rfad1f14  
    116116                node_t const * target, const TypeVarMap & typeVars ) {
    117117        return strict_dynamic_cast<node_t const *>(
    118                         scrubTypeVars<ast::Node>( target ) );
     118                        scrubTypeVars<ast::Node>( target, typeVars ) );
    119119}
    120120
Note: See TracChangeset for help on using the changeset viewer.