[clang] Reapply "[Clang][Sema] Fix crash when 'this' is used in a dependent class scope function template specialization that instantiates to a static member function (#87541)" (PR #88311)
Krystian Stasiowski via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 11 07:18:03 PDT 2024
sdkrystian wrote:
@erichkeane Apologies, I should have structured the commits differently so it's clear what the new changes are...
I added an `IsAddressOfOperand` parameter to `TreeTransform::TransformUnresolvedLookupExpr` and changed the conditions under which `Sema::BuildPossibleImplicitMemberExpr` is called to match those in `Sema::ActOnIdExpression`.
https://github.com/llvm/llvm-project/pull/88311
More information about the cfe-commits
mailing list