| commit | d9110858ee938db424887cd3435488525dd632cb | [log] [tgz] |
|---|---|---|
| author | Younan Zhang <zyn7109@gmail.com> | Mon Mar 17 16:53:57 2025 +0800 |
| committer | GitHub <noreply@github.com> | Mon Mar 17 16:53:57 2025 +0800 |
| tree | 9c76bb899b12c77d2e928e2c193eed157e4a0157 | |
| parent | a10e1e0135970861d3fd2f742e3628fe94e00af4 [diff] |
[Clang] Fix an incorrect assumption on getTemplatedDecl() (#131559) Since a68d20e98, we've been calling HandleDelayedAccessCheck() for concept declarations when the declaration contains invalid member accesses. However, a concept declaration is TemplateDecl such that doesn't contain any TemplatedDecl. Fixes https://github.com/llvm/llvm-project/issues/131530
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.