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

Use types when inferring the bounds for lvalue targets #344

Open
dtarditi opened this issue Apr 17, 2019 · 0 comments
Open

Use types when inferring the bounds for lvalue targets #344

dtarditi opened this issue Apr 17, 2019 · 0 comments

Comments

@dtarditi
Copy link
Member

@dtarditi dtarditi commented Apr 17, 2019

We have updated the specification of checking of bounds declarations. In the specification, the CheckLValue function infers bounds for the values stored in lvalues (RB, in the specification). In the Checked C implementation, we use the type of the value to infer bounds in some cases. For example, we can infer bounds for Ptr values or array-typed values. The specification needs to be updated to reflect this.

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.