commit | cf07b882e2c18279b1ab9f45e6fd4e1c06fe95ce | [log] [tgz] |
---|---|---|
author | Mark de Wever <koraq@xs4all.nl> | Sat Feb 18 14:54:29 2023 +0100 |
committer | Mark de Wever <koraq@xs4all.nl> | Fri Apr 07 17:53:37 2023 +0200 |
tree | ac29c219689f0f67403b84288b8c3561bedb0cc3 | |
parent | 57e20cab5a1db877cdebce39ff2b93329ae386d6 [diff] |
[libc++][format][chrono] Addresses LWG3842. LWG3842 Unclear wording for precision in chrono-format-spec Note there is nothing to do, the issue clarifies the wording in the Standard. The new wording matches my interpretation of the previous wording and this has already been implemented in libc++. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D144328
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.