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
[clang] fix deduction of member pointers with dependent named classes
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.
Other existing potential users will be deduplicated by using this helper
in subsequent patches.
This regression was introduced here: #130537
and was reported here: #132401 (comment)
No release notes, since the regression was never released.
0 commit comments