-
Notifications
You must be signed in to change notification settings - Fork 15.7k
[libc++] Remove get_temporary_buffer/return_temporary_buffer
#100914
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
Changes from 2 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
f7ff07e
[libc++] Remove functions deprecated in C++17 and removed in C++20
frederick-vs-ja 25a9782
Document escape hatches to 20.rst
frederick-vs-ja 038af58
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja 60212b2
Split changes for `uncaught_exception` to another PR
frederick-vs-ja 2841f72
Split changes for `uncaught_exception` to another PR (completing)
frederick-vs-ja d0f6edf
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja 5268aa9
Attempt to create `__scoped_temporary_buffer`
frederick-vs-ja 3529007
Try to fix errors: module map, no CTAD
frederick-vs-ja 2a71c0e
Try to fix inclusion error for `__libcpp_is_constant_evaluated`
frederick-vs-ja 6d42fd6
Release `__release` to `__release_to_raw`
frederick-vs-ja cfc0ef5
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja 3cc9bb7
Merge remote-tracking branch 'llvm-fork/main' into libcxx-cxx20-removal
frederick-vs-ja 9e2567a
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja ffce43a
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja b83103b
Avoid UB in deallocating null pointer value
frederick-vs-ja c812180
Make legacy member functions unconditionally available
frederick-vs-ja f6e94f7
Also add comment for `__release_to_raw`
frederick-vs-ja 5c50d6a
Use `nullptr` and internal assertion from review comments
frederick-vs-ja 2890c1d
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja b8de11d
Restore the note changes in Cxx20Papers.csv
frederick-vs-ja eda4edf
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja 1f3fde7
Switch to use `unique_ptr`-based approach
frederick-vs-ja 5e4b157
Fix copy-pasta
frederick-vs-ja 2bd52cb
Fix CI failures
frederick-vs-ja 51b18a2
Fix bad `return;`
frederick-vs-ja 0961a50
Address review comments for `unique_ptr`-based buffer
frederick-vs-ja dc503fa
Use alias template
frederick-vs-ja 74f4c4a
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja 1406cd5
Clang-format for CI purpose
frederick-vs-ja de9a474
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja fa30053
Merge branch 'main' into libcxx-cxx20-removal
frederick-vs-ja 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
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
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.