tag | f99156f888a9a9499db6e416aac7eab9a28e9dea | |
---|---|---|
tagger | Tobias Hieta <tobias@hieta.se> | Wed Oct 30 08:54:52 2024 +0100 |
object | ab51eccf88f5321e7c60591c5546b254b6afab99 |
LLVM Release 19.1.3
commit | ab51eccf88f5321e7c60591c5546b254b6afab99 | [log] [tgz] |
---|---|---|
author | Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com> | Mon Oct 21 12:24:58 2024 +0200 |
committer | Tobias Hieta <tobias@hieta.se> | Tue Oct 29 11:09:39 2024 +0100 |
tree | 42e8016933367b77284d42bfa3057f2fbc42ab05 | |
parent | e541aa5ff994a370bacb9b039f70efb0672c4a1b [diff] |
[Serialization] Handle uninitialized type constraints The ASTWriter currently assumes template type constraints to be initialized ((bool)getTypeConstraint() == hasTypeConstraint()). Issues #99036 and #109354 identified a scenario where this assertion is violated. This patch removes the assumption and adds another boolean to the serialization, to explicitly encode whether the type constraint has been initialized. The same issue was incidentally fixed on the main branch by #111179. This solution avoids backporting #111179 and its dependencies.
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.