[PATCH] D156093: [ASTImporter] Re-odering by lexical order for all imported decls within record

Ding Fei via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 27 20:56:21 PDT 2023


danix800 added a comment.

After thought a little bit more I'm doubting whether this lexical ordering is of any practical usage or any meanfullness at all,
especially when imported into existing (non-empty) context, reordering by `From` context can not be correct after merging
occured.

I need more comment on this before I close this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156093



More information about the cfe-commits mailing list