Bug 509019 - Clazy build broken with clang 22 after removal of clang::ElaboratedTypes
Summary: Clazy build broken with clang 22 after removal of clang::ElaboratedTypes
Status: REPORTED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-02 06:25 UTC by matthewf
Modified: 2025-09-03 16:46 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matthewf 2025-09-02 06:25:16 UTC
Hi. This is not a bug, but the build of clazy with clang 22 is broken after the removal of clang::Elaborated types
Comment 1 Alexander Lohnau 2025-09-03 16:46:48 UTC
https://github.com/llvm/llvm-project/commit/91cdd35008e9ab32dffb7e401cdd7313b3461892

This change is master-only, so still time before it hits stable. I will try to compile llvm locally and work on clazy. Making clazy work/compile with clang 21 and 22 could be a challenge, but we will see ;)