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 an assertion in the resolution of perfect matches
Function pointers can have an identity conversion to
a pointer to member function if they are resolved to
a member function.
Fix a regression introduced by llvm#136203
0 commit comments