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

Adding the notion of <ANY> for declared but not assigned values. #305

Open
titomeister opened this issue Jun 14, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@titomeister
Copy link
Contributor

titomeister commented Jun 14, 2022

In the GCC2CAST pipeline, any declared variables that aren't assigned a value like
int x;
Currently have their default values set to -1. We would like to change that so that it's an value of sorts. This way it's more clear that it's an actual declaration but not an assignment.
This is more likely going to be done at the CAST level by leveraging the LiteralValue node.

@titomeister titomeister added the enhancement New feature or request label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant