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

redundant return #293

Closed
IngeniariusSoftware opened this issue Aug 3, 2022 · 0 comments
Closed

redundant return #293

IngeniariusSoftware opened this issue Aug 3, 2022 · 0 comments
Assignees

Comments

@IngeniariusSoftware
Copy link
Member

if (stmt_class == Stmt::DeclRefExprClass ||
stmt_class == Stmt::MemberExprClass) {
if (depth == 0) {
EOObject final_write{"plus"};
final_write.nested.emplace_back(decl_info.second);
final_write.nested.emplace_back(curr_shift);
return final_write;
}
return curr_shift;
}
return curr_shift;

image

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

No branches or pull requests

2 participants