[PATCH] D154764: [ASTImporter] Fields are imported first and reordered for correct layout.

Ding Fei via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 17 07:55:46 PDT 2023


danix800 added a comment.

In D154764#4505339 <https://reviews.llvm.org/D154764#4505339>, @balazske wrote:

> 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.

That's correct.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154764/new/

https://reviews.llvm.org/D154764



More information about the cfe-commits mailing list