-
Notifications
You must be signed in to change notification settings - Fork 164
[CIR][CodeGen] Implemented VisitTypeTraitExpr #1850
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
[CIR][CodeGen] Implemented VisitTypeTraitExpr #1850
Conversation
Hey, I was going through the code reviews of other PRs and saw the discussion on the use of auto. Thus, changed my code to have explicit types. |
Thanks everyone for the reviews and guidance 🙏 my first PR for CIR, learned a lot! Hopefully the first of many to come. Do I need to do anything for the merge or will a maintainer handle it? |
You're welcome, thank you for the contribution! No worries I'll merge it |
Implements Issue #1802