commit | 28fa1fcf55b973e13018ac115fcbb357b4c0baad | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@chromium.org> | Mon Mar 10 13:46:17 2025 +0100 |
committer | Hans Wennborg <hans@chromium.org> | Mon Mar 10 14:02:04 2025 +0100 |
tree | 103a7e4a5a60b46b0f6b3557f26f35cb721dd771 | |
parent | 848ba3854c3ae7518fd9e436a11ffd0308f121df [diff] |
Revert "[clang] Fix missing diagnostic of declaration use when accessing TypeDecls through typename access (#129681)" This caused incorrect -Wunguarded-availability warnings. See comment on the pull request. > We were missing a call to DiagnoseUseOfDecl when performing typename > access. > > This refactors the code so that TypeDecl lookups funnel through a helper > which performs all the necessary checks, removing some related > duplication on the way. > > Fixes #58547 > > Differential Revision: https://reviews.llvm.org/D136533 This reverts commit 4c4fd6b03149348cf11af245ad2603d24144a9d5.
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.