Changeset acd80b4 for src/AST/Expr.cpp


Ignore:
Timestamp:
May 16, 2019, 4:56:56 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6f8e87d
Parents:
41b24c8
Message:

Fixed several compilation errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.cpp

    r41b24c8 racd80b4  
    256256: Expr( loc, new BasicType{ BasicType::LongUnsignedInt } ), expr( nullptr ), type( t ) {}
    257257
    258 // --- UntypedOffsetofExpr
    259 
    260 UntypedOffsetofExpr::UntypedOffsetofExpr(
    261         const CodeLocation & loc, const Type * ty, const std::string & mem )
    262 : Expr( loc, new BasicType{ BasicType::LongUnsignedInt } ), type( ty ), member( mem ) {
    263         assert( type );
    264 }
    265 
    266258// --- OffsetofExpr
    267259
Note: See TracChangeset for help on using the changeset viewer.