Toolset update: VS 2022 17.3 Preview 3, Clang 14#2861
Merged
StephanTLavavej merged 27 commits intomicrosoft:mainfrom Jul 14, 2022
Merged
Toolset update: VS 2022 17.3 Preview 3, Clang 14#2861StephanTLavavej merged 27 commits intomicrosoft:mainfrom
StephanTLavavej merged 27 commits intomicrosoft:mainfrom
Conversation
"Standard Library Header Units: <expected> ICEs with Assertion failed: IsInClassDefn()"
…expr In optional And variant.
…d::array Comparisons.
Adjust the locale name to "en-US.UTF-8", for consistency with other tests. If an exception is thrown, the message is no longer a warning - the test will fail.
This bug is still active. Perma-workaround: Mark the lambdas as constexpr, for consistency with other lambdas here.
…all good, no manual changes.
…s, all good, no manual changes.
…good, no manual changes.
strega-nil-ms
approved these changes
Jul 13, 2022
Contributor
strega-nil-ms
left a comment
There was a problem hiding this comment.
The way of splitting up commits that you've done has made this extremely easy to review.
cpplearner
reviewed
Jul 13, 2022
Member
Author
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
CaseyCarter
approved these changes
Jul 13, 2022
Member
Author
|
@strega-nil-ms I've pushed an additional commit, @CaseyCarter's workaround for #2862 (which happens only in the internal test harness where the STL lives next to the compiler toolset). |
CaseyCarter
approved these changes
Jul 14, 2022
fsb4000
pushed a commit
to fsb4000/STL
that referenced
this pull request
Aug 13, 2022
Co-authored-by: Casey Carter <Casey@Carter.net>
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As a whole, this is best reviewed by ignoring whitespace. I've also arranged it as a series of well-structured commits.
🧰 Toolset update
🚀 Clang 14 coroutines
<coroutine>test coverage for Clang.P0912R5_coroutine.<coroutine>ICE: failed to perform tail call elimination on a call site marked musttail".🩹 Workaround removals
<expected>ICEs with Assertion failed:IsInClassDefn()"_MSVC_EXECUTION_CHARACTER_SET.__STDCPP_DEFAULT_NEW_ALIGNMENT__should havesize_ttype", resolved on 2018-01-02.constexprInoptionalAndvariant(P2231 Completing constexpr in optional and variant #2005).constinit", fixed in 17.2.constexprForstd::arrayComparisons (constexpr for std::array Comparisons #599).not_ranges_destroy()workarounds now that we've implementedranges::destroy(Minimal changes to support constexpr allocation in MSVC #1313).TRANSITION, VSO-1172852("Coroutine not at final suspend point after throwing fromunhandled_exception") in<experimental/generator>as this is permanent.WideCharToMultiBytefrom_WcrtombwithCP_UTF8", as our tests now assume modern OSes."en-US.UTF-8", for consistency with other tests.constexpr".constexpr, for consistency with other lambdas here.📄 clang-format 14
= default/= delete, no manual changes.requiresreference parameters, all good, no manual changes.