| commit | 04130f259ba19db0ac64baf01a773bffdcf8164d | [log] [tgz] |
|---|---|---|
| author | Matheus Izvekov <mizvekov@gmail.com> | Fri Apr 11 17:13:53 2025 -0300 |
| committer | Matheus Izvekov <mizvekov@gmail.com> | Fri Apr 11 17:17:56 2025 -0300 |
| tree | 7ef85bfa29e9c09bbeccffbbf9943c3cd5ffa2f0 | |
| parent | 052225dc0366ddf56631b1e4104ef09896f1139b [diff] |
[clang] WIP: Fix MemberPointer serialization non-determinism This fixes a problem originally reported here: https://github.com/llvm/llvm-project/pull/132401#issuecomment-2795078260 This makes sure we only serialize the class declaration when its strictly needed, and canonicalizes it, so it doesn't change in ways that don't round trip. There are no release notes, since this regression was never released.
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.