Skip to content

This is really a reference (#5473)#5522

Merged
llvm-beanz merged 1 commit intomicrosoft:release-1.7.2308from
llvm-beanz:cbieneman/cp-5473
Aug 10, 2023
Merged

This is really a reference (#5473)#5522
llvm-beanz merged 1 commit intomicrosoft:release-1.7.2308from
llvm-beanz:cbieneman/cp-5473

Conversation

@llvm-beanz
Copy link
Copy Markdown
Collaborator

@llvm-beanz llvm-beanz commented Aug 9, 2023

This fixes a few cases that were missed when I updated this objects to be references. Specifically we were still generating some implicit this cases as pointers, and we were not always correctly looking through the reference types.

Fixes #4709

Cherry-pick of 871fba1

This fixes a few cases that were missed when I updated `this` objects to
be references. Specifically we were still generating some implicit
`this` cases as pointers, and we were not always correctly looking
through the reference types.

Fixes microsoft#4709
@llvm-beanz llvm-beanz added the for-release Issues and PRs prioritized for the upcoming release label Aug 9, 2023
Copy link
Copy Markdown
Member

@hekota hekota left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Please add the original commit sha to the description so it makes it into the commit message. Or next time do git cherry-pick -x :)

Copy link
Copy Markdown
Collaborator

@pow2clk pow2clk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still good!

@llvm-beanz llvm-beanz merged commit 0cc4dca into microsoft:release-1.7.2308 Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

for-release Issues and PRs prioritized for the upcoming release

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants