You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automerge: [clang] fix deduction of member pointers with dependent named classes (#133113)
This fixes a regression when interpreting a nested name specifier for
deduction purposes in member pointers.
This introduces a helper for fully translating a nested name specifier
into a type.
This regression was introduced here:
llvm/llvm-project#130537
and was reported here:
llvm/llvm-project#132401 (comment)
No release notes, since this regression was never released.
0 commit comments