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

Change string rep. to something like "0d#". How would I do this to impact signed... #172

Closed
todo bot opened this issue Apr 3, 2020 · 0 comments
Closed
Assignees

Comments

@todo
Copy link

todo bot commented Apr 3, 2020

//TODO: Change string rep. to something like "0d#". How would I do this to impact signed though?
std::string constVal = expr.uint_literal().value().value() + "u"
+ std::to_string(expr.uint_literal().width().value());
//TODO: Figure out how to do this better since right now this leads to string_view out-of-scope corruption.
lnast.add_child(parent_node, Lnast_node::create_const(lnast.add_string(constVal)));
break;


This issue was generated by todo based on a TODO comment in b771a2c. It's been assigned to @HCoffman because they committed the code.
@todo todo bot added the todo 🗒️ label Apr 3, 2020
@todo todo bot assigned HCoffman Apr 3, 2020
@renau renau closed this as completed Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants