Clang bug-fix for release-11.x

Hi Tom,

I have a bug-fix which fixes an important issue. The issue is related to CTU analysis.
https://reviews.llvm.org/D92209

https://bugs.llvm.org/show_bug.cgi?id=47998

Based on the docs it is not immediate if this fix applies to the patch rules for the 11.x branch. The patch does not address a regression, it fixes an inherent issue and is quite an isolated change. Can we cherry-pick this commit to 11.x? Could you please advise?

Thanks,
Gabor

Hi Tom,

I have a bug-fix which fixes an important issue. The issue is related to CTU analysis.
⚙ D92209 [ASTImporter] Support CXXDeductionGuideDecl with local typedef
47998 – clangsa segfault

Based on the docs <How To Release LLVM To The Public — LLVM 18.0.0git documentation; it is not immediate if this fix applies to the patch rules for the 11.x branch. The patch does not address a regression, it fixes an inherent issue and is quite an isolated change. Can we cherry-pick this commit to 11.x? Could you please advise?

Sorry, It's too late for new fixes at this point. I'm getting ready to do the final release candidate very soon.

-Tom