[clang] [Clang][Sema] Fix bug where operator-> typo corrects in the current instantiation (PR #91972)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon May 13 08:24:56 PDT 2024


erichkeane wrote:

> > I think this needs a release note? I know the only case we have right now is because of your other patch, but perhaps this affects elsewhere too?
> 
> @erichkeane I don't think we need a release note since the code changes are in `LookupMemberExpr`, which prior to #90152 had no valid code path for dependent types (and had the assert `assert(!BaseType->isDependentType())` to ensure this).

Ah!  Missed that, yes, you're right.

https://github.com/llvm/llvm-project/pull/91972


More information about the cfe-commits mailing list