[PATCH] D156201: [ASTImporter] Fix corrupted RecordLayout introduced by circular referenced fields

Ding Fei via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 1 20:00:53 PDT 2023


danix800 added a comment.

In D156201#4551464 <https://reviews.llvm.org/D156201#4551464>, @aaron.ballman wrote:

> LGTM!
>
> In D156201#4551332 <https://reviews.llvm.org/D156201#4551332>, @danix800 wrote:
>
>> In D156201#4551270 <https://reviews.llvm.org/D156201#4551270>, @steakhal wrote:
>>
>>> Have you considered back porting this to clang-17?
>>
>> How to backport? I'm not familiar with this. Is it plain `cherry-pick` to specific branch?
>
> We have some documented instructions here: https://llvm.org/docs/GitHub.html#backporting-fixes-to-the-release-branches -- I don't oppose adding this to the release branch (it seems simple and straightforward enough), but if it's not fixing a regression or other critical issue, it might make sense to leave it out of 17.x so there's less moving parts during the release.

I'll leave it out of 17.x.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156201



More information about the cfe-commits mailing list