Changes in src/AST/Expr.cpp [525f7ad:c92bdcc]
- File:
-
- 1 edited
-
src/AST/Expr.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.cpp
r525f7ad rc92bdcc 282 282 : Expr( loc, new BasicType{ BasicKind::LongUnsignedInt } ), expr( nullptr ), type( t ) {} 283 283 284 // --- CountExpr285 286 CountExpr::CountExpr( const CodeLocation & loc, const Type * t )287 : Expr( loc, new BasicType( BasicKind::LongUnsignedInt) ), type( t ) {}288 289 284 // --- AlignofExpr 290 285
Note:
See TracChangeset
for help on using the changeset viewer.