Changeset acd80b4 for src/AST/Expr.cpp
- Timestamp:
- May 16, 2019, 4:56:56 PM (4 years ago)
- Branches:
- arm-eh, 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.cpp
r41b24c8 racd80b4 256 256 : Expr( loc, new BasicType{ BasicType::LongUnsignedInt } ), expr( nullptr ), type( t ) {} 257 257 258 // --- UntypedOffsetofExpr259 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 266 258 // --- OffsetofExpr 267 259
Note: See TracChangeset
for help on using the changeset viewer.