Revision https://reviews.llvm.org/D154764 is still not complete. An extra reordering is
needed for lexical order of all imported decls within a record. The final algorithm could
be summarized as the following:
- Import all fields that'll be part of the layout;
- Sort these fields to ensure correct layout;
- Import everything else;
- Final re-ordering by lexical order.
If ToDC does not contain the decl is that a problem, what case do we expect this to happen? Do we test that case?