commit | a34db6f88937666d35a86d4aaa149e3506ecaec4 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne.2@gmail.com> | Wed Jul 09 09:09:30 2025 -0400 |
committer | Louis Dionne <ldionne.2@gmail.com> | Wed Jul 09 09:21:27 2025 -0400 |
tree | 9832c97a83214f715c4a26ec763d9593c75ea9a2 | |
parent | fa80a1a4d46d3efedd82855dc3b8c1031b11e4e1 [diff] |
[libc++] Mark a few LWG issues as complete instead of Nothing To Do A few LWG issues did require some testing changes and were not just non-normative wording changes in the spec, so those should be "Complete" instead of "Nothing to do". Also mark LWG3987 and LWG4113 as complete: - LWG3987 was done in https://github.com/llvm/llvm-project/pull/137524 - LWG4113 was done in https://github.com/llvm/llvm-project/pull/138291
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, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.