-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toolset update: VS 2022 17.7 Preview 3, Clang 16.0.5 #3866
Merged
Merged
Conversation
This file contains 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
…was fixed at some point.
…calls on Windows".
…functions" was fixed on 2021-09-07 in VS 2022 17.0.
…nter-interconvertibility Traits need to be understood by EDG" was fixed on 2022-03-07 in VS 2022 17.2.
…dependent" was fixed on 2023-01-04 in VS 2022 17.5.
…rtible_base_of_v<EmptyBase, StatefulDerived>".
…<const int[], int[]>".
…:current() as a default argument".
CaseyCarter
approved these changes
Jul 12, 2023
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
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.
/clr
C++20alignas
emits error C3821 'managed type or function cannot be used in an unmanaged function' instead of falling back to native codegen"._malloca_crt
should suppress PREfast warning 6386".std
andtr1
test suites to ensure that we remain clean. (libcxx
contains too many occurrences in its own code to make this feasible.)aligned_type
inP0220R1_any
to avoid the warning. We need to work around VSO-1846195 "/clr
alignas
emits fatal error C1193: an error expected in yyaction.cpp(2971) not reached".<xtree>
workaround for VSO-761321 "Failure with local type alias inif constexpr
condition", which was fixed at some point.basic_string
#3862 is removing the<xstring>
workaround, so I'm not changing that here._addcarry_u64
/_subborrow_u64
#3713, so we can revert the workarounds that I had to introduce in Toolset update: VS 2022 17.7 Preview 1 #3711:_addcarry_u64
/_subborrow_u64
LDBL_DECIMAL_DIG
tgmath.h
printf
calls on Windows", fixed by Clang 16.0.3.// TRANSITION, VSO-1690654
comment._Can_construct_from_tuple_like
.source_location
intrinsics withinconsteval
functions".is_pointer_interconvertible_base_of_v<EmptyBase, StatefulDerived>
".is_layout_compatible_v<const int[], int[]>
".source_location::column()
.column()
to be relatively unimportant and I don't think that these behavioral differences are worth reporting.source_location::current()
as a default argument".x86chk stlimport passed internally.