Changeset eb8d791 for src/InitTweak
- Timestamp:
- Apr 12, 2023, 3:10:28 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 52f9804
- Parents:
- 153d3440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/InitTweak/FixInitNew.cpp ¶
r153d3440 reb8d791 1312 1312 // xxx - functions returning ast::ptr seems wrong... 1313 1313 auto res = ResolvExpr::findVoidExpression( untypedExpr, { symtab, transUnit().global } ); 1314 // Fix CodeLocation (at least until resolver is fixed). 1315 auto fix = localFillCodeLocations( untypedExpr->location, res.release() ); 1316 return strict_dynamic_cast<const ast::Expr *>( fix ); 1314 return res.release(); 1317 1315 } 1318 1316
Note: See TracChangeset
for help on using the changeset viewer.