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
[SPIRV] Check if decl is identifier before getting name (microsoft#7012)
We hit an assert when trying to get the name of `operator()`. This is
fixed by first checking if it function declatarion is an identifier.
Fixesmicrosoft#6973
0 commit comments