Bug 509019

Summary: Clazy build broken with clang 22 after removal of clang::ElaboratedTypes
Product: [Developer tools] clazy Reporter: matthewf
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: REPORTED ---    
Severity: normal CC: alexander.lohnau, smartins
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 ;)