Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPIRV] Check if decl is identifier before getting name #7012

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

s-perron
Copy link
Collaborator

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.

Fixes #6973

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.

Fixes microsoft#6973
@s-perron s-perron requested a review from a team as a code owner November 18, 2024 20:54
@s-perron s-perron enabled auto-merge (squash) November 19, 2024 14:35
@s-perron s-perron merged commit e824ae3 into microsoft:main Nov 20, 2024
13 checks passed
@s-perron s-perron deleted the i6973 branch November 20, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[SPIR-V] Unhandled Exception "Name is not a simple identifier" and others, but only when running in debugger
3 participants