Skip to content

More preparation for upgrade to libcxx(abi), llvm, clang-tidy 16#47771

Merged
rschu1ze merged 3 commits intomasterfrom
rs/more-llvm-16-preparation
Mar 21, 2023
Merged

More preparation for upgrade to libcxx(abi), llvm, clang-tidy 16#47771
rschu1ze merged 3 commits intomasterfrom
rs/more-llvm-16-preparation

Conversation

@rschu1ze
Copy link
Copy Markdown
Member

@rschu1ze rschu1ze commented Mar 20, 2023

This is follow-up to #47722.

std::unique_ptr is constexpr since C++23 which is first implemented by libcxx16 (P2273R3). This means it is now evaluated in more contexts. These places need to see the class definition of the object it points to. Shuffled some code to ensure this.

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

@robot-ch-test-poll2 robot-ch-test-poll2 added the pr-not-for-changelog This PR should not be mentioned in the changelog label Mar 20, 2023
@davenger davenger self-assigned this Mar 20, 2023
@rschu1ze rschu1ze merged commit a2ed794 into master Mar 21, 2023
@rschu1ze rschu1ze deleted the rs/more-llvm-16-preparation branch March 21, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants