Run format validation as its own stage and enable /BE (microsoft#682)#53
Merged
fengjixuchui merged 4 commits intofengjixuchui:masterfrom Apr 10, 2020
Merged
Run format validation as its own stage and enable /BE (microsoft#682)#53fengjixuchui merged 4 commits intofengjixuchui:masterfrom
fengjixuchui merged 4 commits intofengjixuchui:masterfrom
Conversation
…ile" (#674) * Updates for MSVC implementation of P1152R4 "deprecating volatile" * Enable volatile deprecation warnings in STL's std and libcxx test suites * `<any>`: `any_cast<T>` now returns `remove_cv_t<T>` because it's silly to have a cv-qualified return type (LWG issue submitted) * `<optional>`: `optional<T>::value_or` now returns `remove_cv_t<T>` because it's silly to have a cv-qualified return type (LWG issue submitted). * `<type_traits>`: suppress deprecation warnings around `_Implicitly_convert_to` so `_Implicitly_convert_to<volatile meow>(woof)` doesn't warn * `<variant>`: Suppress deprecation warnings when forming the "imaginary" overload set `FUN` for the `variant(T&&)` constructor. * Add the new warning C5215 "'%s' a function parameter with volatile qualified type is deprecated in C++20" to libc++'s "suppress deprecation warnings" macro and update llvm submodule reference. * Skip libc++ test `containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp` after seeing one timeout too many in Contest logs. * Suppress C5215 in `tr1/include/tfuns.h` which uses volatile function parameters, and in `tr1/functional4` altogether. * Update skips for two libc++ tests that changed suffixes from `.sh.cpp` to `.pass.cpp`. * Add a throwaway `addCompileFlags` function to `LibcxxTestFormat` to enable libc++ to continue working after upstream changes to pass configuration to the filesystem tests which we do not run.
#692) Library support for P0722R3 - Efficient sized delete for variable sized classes Implements the struct type `std::destroying_delete_t`, variable `std::destroying_delete`, and feature test macro `__cpp_lib_destroying_delete` in C++20 mode with a compiler that defines `__cpp_impl_destroying_delete`.
Fixes #33. Co-authored-by: Gianni Weinand <t-giwein@microsoft.com> Co-authored-by: Stephan T. Lavavej <stl@microsoft.com>
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.
No description provided.