-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[[nodiscard]] messages #2211
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
Merged
[[nodiscard]] messages #2211
Changes from all commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
954f424
[[nodiscard]] messages
AlexGuteniev de17454
[[nodiscard]] messages
AlexGuteniev 143ba6b
Merge branch 'nodiscard' of https://github.com/AlexGuteniev/STL into …
AlexGuteniev e36a545
clang format
AlexGuteniev 0fbb82d
clang format
AlexGuteniev 2c6d357
line len
AlexGuteniev 06f082e
non-ctor lock
AlexGuteniev bcd7b1e
clang format
AlexGuteniev b7a1e0f
more formatting
AlexGuteniev baf36de
variable
AlexGuteniev 49d8259
better spelling
AlexGuteniev feec5c9
Skip for CUDA
AlexGuteniev 50d5404
Improve detection
AlexGuteniev 70469ec
-misleading comment
AlexGuteniev 8471d48
more formatting
AlexGuteniev b313c67
non
AlexGuteniev d72d9b2
Abbreviated
AlexGuteniev 8005b8f
clang-format
AlexGuteniev 6b81546
any accessor
AlexGuteniev 8469c10
spelling
AlexGuteniev 7f41c9a
typo
AlexGuteniev 31f506c
unique
AlexGuteniev 9c1db4a
)
AlexGuteniev 2fdb8ab
fix build
AlexGuteniev 26cb8f7
memory
AlexGuteniev 317df86
cstddef
AlexGuteniev 78038a3
cmath
AlexGuteniev 1e258f5
exception
AlexGuteniev 350c137
clang-format
AlexGuteniev 147efb3
typo
AlexGuteniev 1bcaa04
Tell to .join() explicitly to skip warning
AlexGuteniev 7c535cc
clang-format
AlexGuteniev b5a2d0b
unique is unique
AlexGuteniev 1dbeaa5
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev 5a893e1
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev b4d3391
C++23
AlexGuteniev 1662ade
overlong line
AlexGuteniev a299ec2
overlong line
AlexGuteniev 4c341de
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev 6c41f25
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev 9e07a2a
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev a719a9d
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev a4512c8
clang format
AlexGuteniev f38a65a
clang format
AlexGuteniev 27c9c93
- pure / accessor
AlexGuteniev ca9cf8f
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev 7223265
+format
AlexGuteniev 905922a
undo more <algorithm> changes
AlexGuteniev 9942a04
undo more <algorithm> changes
AlexGuteniev 0d5f2ca
/* strengthened */
AlexGuteniev 919342d
/* terminates */
AlexGuteniev 35e5131
/* terminates */
AlexGuteniev ec0020c
/* strengthened */
AlexGuteniev e1e3753
/* strengthened */
AlexGuteniev 2a8c01c
-space
AlexGuteniev ea9f209
more informative emptiness
AlexGuteniev 00dcaf0
clang-format
AlexGuteniev 4503a93
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev c6a0644
typo
AlexGuteniev ff38a01
More [[nodiscard]]
AlexGuteniev d545220
more remove
AlexGuteniev d3bd582
typos
AlexGuteniev a3685ba
format
AlexGuteniev 8a26528
member function
AlexGuteniev f50cde5
punctuation
AlexGuteniev 3a9be2e
missed stack
AlexGuteniev 61d88f9
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev eb74992
Merge remote-tracking branch 'upstream/main' into nodiscard
AlexGuteniev 19383b1
formatting
AlexGuteniev c3d5a9d
undo trivial nodiscard message
AlexGuteniev 139b2c6
Merge branch 'main' into nodiscard
StephanTLavavej 77d815f
Attempt to enable `_NODISCARD_MSG` for CUDA 11.6.
StephanTLavavej 75537b0
Rename to EMPTY_MEOW_MEMBER for clarity and consistency.
StephanTLavavej 65976e3
Unify `_NODISCARD_TRY_CHANGE_STATE`.
StephanTLavavej a34658c
Rename `_NODISCARD_PTR_ALLOC_FN` to `_NODISCARD_SMART_PTR_ALLOC`.
StephanTLavavej 96d7184
Rename `_NODISCARD_PTR_RAW_ALLOC_FN` to `_NODISCARD_RAW_PTR_ALLOC`.
StephanTLavavej b2c39e7
Add more `_NODISCARD_RAW_PTR_ALLOC`.
StephanTLavavej 317ccf8
Use `_NODISCARD_GET_FUTURE` for `promise<R&>`, `promise<void>`, and `…
StephanTLavavej 02faf63
Mark `make_shared(_Types&&... _Args)` as `_NODISCARD_SMART_PTR_ALLOC`.
StephanTLavavej 95729f6
Rename control macro to `_SILENCE_NODISCARD_LOCK_WARNINGS`.
StephanTLavavej f771600
Fix message typos.
StephanTLavavej 8aa1c0b
Message phrasing overhaul.
StephanTLavavej 09c0c52
Rename ADAPTER to ADAPTOR.
StephanTLavavej a206926
a potential effect
AlexGuteniev a09302e
+effect
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
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.