Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.cpp

    rc92bdcc r525f7ad  
    282282: Expr( loc, new BasicType{ BasicKind::LongUnsignedInt } ), expr( nullptr ), type( t ) {}
    283283
     284// --- CountExpr
     285
     286CountExpr::CountExpr( const CodeLocation & loc, const Type * t )
     287: Expr( loc, new BasicType( BasicKind::LongUnsignedInt) ), type( t ) {}
     288
    284289// --- AlignofExpr
    285290
Note: See TracChangeset for help on using the changeset viewer.