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

Fix _Ptr source location bugs and remove workarounds from 3C. #723

Draft
wants to merge 6 commits into
base: ptr-source-loc.base
Choose a base branch
from

Conversation

mattmccutchen-cci
Copy link
Member

As previously discussed in #657 and here, the Checked C compiler has a bug where it returns the wrong source locations for checked pointer types (not yet submitted to Microsoft's issue tracker). I'm planning to fix that bug and then remove 3C's workarounds for the bug. This draft PR currently contains both changes for convenience. When I'm ready, I'll submit a PR to Microsoft with only the compiler changes. After that PR is accepted and merged back to our repository, I'll update this PR to contain only the 3C changes.

I think the compiler part of this PR is done, but the 3C part needs a little more work, and it's possible (though unlikely) that I'll discover more problems in the compiler part during that process. Anyone interested in the PR can go ahead and look at it, but be warned that I'll likely force-push it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant