commit | 4f7680ceda08bb55e05b292deae4c7008b1c8b4f | [log] [tgz] |
---|---|---|
author | Hristo Hristov <[email protected]> | Mon Jun 12 16:10:38 2023 |
committer | Hristo Hristov <[email protected]> | Sun Jun 18 18:18:40 2023 |
tree | 3f377bfc0b8abc27923c6dd110cc371c286d384b | |
parent | 11db162db07d6083b79f4724e649a8c2c69913e1 [diff] |
[libc++][spaceship][NFC] P1612R2: Mark remove `operator!=` from "Ranges Library" items as "Complete" Marked already implemented parts of P1612R2 as "Complete": - `ranges::iota_view::iterator` https://reviews.llvm.org/D110774 - `iota_view::sentinel` https://reviews.llvm.org/D107396 - `filter_view::iterator` https://reviews.llvm.org/D109086 - `filter_view::sentinel` https://reviews.llvm.org/D109086 - `ranges::transform_view::iterator` https://reviews.llvm.org/D110774 - `transform_view::sentinel` https://reviews.llvm.org/D103056 - `take_view::sentinel` https://reviews.llvm.org/D123600 - `join_view::iterator` https://reviews.llvm.org/D107671 - `join_view::sentinel ` https://reviews.llvm.org/D107671 - `split_view::outer_iterator` https://reviews.llvm.org/D142063 - `split_view::inner_iterator` https://reviews.llvm.org/D142063 Note these operators were added and removed in C++20. Reviewed By: Mordante, #libc Differential Revision: https://reviews.llvm.org/D152721
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, or #llvm IRC channel on OFTC.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.