Skip to content

Issues: llvm/llvm-project

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

P2440R1: ranges::shift_right c++23 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>`
#134062 opened Apr 2, 2025 by Zingam
P2440R1: ranges::shift_left c++23 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>`
#134061 opened Apr 2, 2025 by Zingam
c++23 std::ranges::copy_n advances InputIterator one more time than necessary libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>`
#129747 opened Mar 4, 2025 by Be3y4uu-K0T
[libc++] ranges::contains(vector<int>) is slow libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. performance ranges Issues related to `<ranges>`
#129321 opened Feb 28, 2025 by ldionne
P2846R6: reserve_hint: Eagerly reserving memory for not-quite-sized lazy ranges c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>` wg21 paper Issues representing the implementation of a WG21 paper
#127884 opened Feb 19, 2025 by ldionne
P3137R3: views::to_input c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>` wg21 paper Issues representing the implementation of a WG21 paper
#127873 opened Feb 19, 2025 by ldionne
LWG4189: cache_latest_view should be freestanding c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#127865 opened Feb 19, 2025 by ldionne
[libc++][ranges] elements_view determines the tuple-like property with C++23 rules in C++20 mode libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. question A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead! ranges Issues related to `<ranges>`
#122222 opened Jan 9, 2025 by frederick-vs-ja
[libc++][ranges] Fix ranges::to with ADL-only begin/end libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>`
#119161 opened Dec 9, 2024 by frederick-vs-ja Loading…
[libc++] <ranges>: ranges::to use range-based for loops in append branches libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>`
#119133 opened Dec 8, 2024 by hewillk
LWG4112: has-arrow should required operator->() to be const-qualified c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#118349 opened Dec 2, 2024 by ldionne
LWG4085: ranges::generate_random's helper lambda should specify the return type c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group random ranges Issues related to `<ranges>`
#118347 opened Dec 2, 2024 by ldionne
LWG4027: possibly-const-range should prefer returning const R& c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#118342 opened Dec 2, 2024 by ldionne
P3235R3: std::print more types faster with less memory c++26 defect report Issues representing WG21 papers to be applied as a defect report format C++20 std::format or std::print, and anything related to them libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>` wg21 paper Issues representing the implementation of a WG21 paper
#105435 opened Aug 20, 2024 by ldionne
P3168R2: Give std::optional Range Support c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>` wg21 paper Issues representing the implementation of a WG21 paper
#105430 opened Aug 20, 2024 by ldionne
P2542R8: views::concat c++26 format C++20 std::format or std::print, and anything related to them libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. ranges Issues related to `<ranges>` wg21 paper Issues representing the implementation of a WG21 paper
#105419 opened Aug 20, 2024 by ldionne
LWG4105: ranges::ends_with`s Returns misses difference casting c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#105354 opened Aug 20, 2024 by ldionne
LWG4098: views::adjacent<0> should reject non-forward ranges c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#105353 opened Aug 20, 2024 by ldionne
LWG4096: views::iota(views::iota(0)) should be rejected c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#105352 opened Aug 20, 2024 by ldionne
LWG4083: views::as_rvalue should reject non-input ranges c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#105351 opened Aug 20, 2024 by ldionne
LWG4082: views::concat(r) is well-formed when r is an output_range c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#105349 opened Aug 20, 2024 by ldionne
LWG4079: Missing Preconditions in concat_view::iterator`s conversion constructor c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#105348 opened Aug 20, 2024 by ldionne
LWG4076: concat_view should be freestanding c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#105347 opened Aug 20, 2024 by ldionne
LWG4074: compatible-joinable-ranges is underconstrained c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#105346 opened Aug 20, 2024 by ldionne
LWG4013: lazy_split_view::outer-iterator::value_type should not provide default constructor c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
#105321 opened Aug 20, 2024 by ldionne
ProTip! Updated in the last three days: updated:>2025-05-24.