Fields are imported first and reordered for correct layout.
For partially imported record, layout computation is incorrect.
Differential D154764
[ASTImporter] Fields are imported first and reordered for correct layout. danix800 on Jul 8 2023, 4:26 AM. Authored by
Details Fields are imported first and reordered for correct layout. For partially imported record, layout computation is incorrect.
Diff Detail
Unit Tests Event TimelineComment Actions If I see correctly this change does that the re-ordered members are imported before all other, specially fields come before functions. This way order of fields is already correct when a function is imported.
|