Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.hpp

    r59c8dff r5bf685f  
    2121#include "AST/Pass.hpp"          // for WithGuards, WithShortCircuiting, ...
    2222#include "CodeGen/Options.h"     // for Options
     23#include "Common/Indenter.h"     // for Indenter
    2324
    2425
     
    7677        void postvisit( ast::OffsetPackExpr const * );
    7778        void postvisit( ast::LogicalExpr const * );
    78         void postvisit( ast::EnumPosExpr const * );
    7979        void postvisit( ast::ConditionalExpr const * );
    8080        void postvisit( ast::CommaExpr const * );
Note: See TracChangeset for help on using the changeset viewer.