-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Various cleanups #3935
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
Merged
StephanTLavavej
merged 23 commits into
microsoft:main
from
StephanTLavavej:stl-cleanups
Aug 11, 2023
Merged
Various cleanups #3935
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
112b447
Guard `_Xtime_diff_to_millis2` with `#ifdef _CRTBLD`.
StephanTLavavej a60eb5f
Guard `_Execute_once`, `_Execute_once_fp_t` with `#ifdef _CRTBLD`.
StephanTLavavej 1997e41
Style: Group `__msvc_sanitizer_annotate_container.hpp` with other unc…
StephanTLavavej b4a1512
Formatting: Drop a spurious newline in a `basic_istream` constructor.
StephanTLavavej 92495ce
Drop `_CONSTEVAL`, `_Cx_exp2()` can be plain `constexpr`.
StephanTLavavej 83c8a5a
Style: Change unnecessarily `const _Auto_id_tag` unnamed parameters.
StephanTLavavej 9189ccd
Add `explicit _Auto_id_tag() = default;` to defend against mistakes.
StephanTLavavej 8a5b549
Fix citation to nonexistent N5687.
StephanTLavavej cd07f06
Update links: `docs.microsoft.com` => `learn.microsoft.com`
StephanTLavavej fe64644
Add space to comment.
StephanTLavavej 1c74726
Style: `typename` => `class` in product code.
StephanTLavavej 0e27c71
Fuse adjacent Standard modes.
StephanTLavavej 0e4c2be
Simplify away `_THREAD_CHECK`, `_THREAD_CHECKX`.
StephanTLavavej 6987e0e
Drop polluting using-declarations within `stdext`.
StephanTLavavej 55eb9fc
Mark `_Big_uint128::operator<` as `_NODISCARD`.
StephanTLavavej dd020fe
Mark `uncaught_exception()` and `uncaught_exceptions()` as `_NODISCARD`.
StephanTLavavej 21be87b
Simplify CMakeLists.txt: `MATCHES "\^(\w+)\$"` => `STREQUAL "$1"`
StephanTLavavej 8940c3f
Simple test cleanup: After `STATIC_ASSERT(CanViewElements<Rng&>)`, as…
StephanTLavavej 0cfd7fa
`<random>`: Decompose complicated conditional expression.
StephanTLavavej bac3520
Simplify `_Cnd_internal_imp_t` size/align constants.
StephanTLavavej 143b2a3
Use shorter URLs to avoid wrapping.
StephanTLavavej 020a2b5
Copy attributes to definitions, drop useless comments.
StephanTLavavej 9591e6e
Merge branch 'main' into stl-cleanups
StephanTLavavej File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -549,5 +549,5 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
[lit]: https://llvm.org/docs/CommandGuide/lit.html | ||
[lit result codes]: https://llvm.org/docs/CommandGuide/lit.html#test-status-results | ||
[[email protected]]: mailto:[email protected] | ||
[redistributables]: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads | ||
[natvis documentation]: https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects | ||
[redistributables]: https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist | ||
[natvis documentation]: https://learn.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.