Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.hpp

    r5bf685f r59c8dff  
    2121#include "AST/Pass.hpp"          // for WithGuards, WithShortCircuiting, ...
    2222#include "CodeGen/Options.h"     // for Options
    23 #include "Common/Indenter.h"     // for Indenter
    2423
    2524
     
    7776        void postvisit( ast::OffsetPackExpr const * );
    7877        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.