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