-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Missing AST matcher: dependentScopeDeclRefExpr #120937
Comments
@llvm/issue-subscribers-clang-frontend Author: Nathan Ridge (HighCommander4)
The AST matchers library seems to be missing a matcher that matches an expression of type `DependentScopeDeclRefExpr`.
|
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below. |
@llvm/issue-subscribers-good-first-issue Author: Nathan Ridge (HighCommander4)
The AST matchers library seems to be missing a matcher that matches an expression of type `DependentScopeDeclRefExpr`.
|
Interested, I will work on it |
Thanks! Let me know if you need any code pointers / other guidance to get you started. |
I opened a PR for it, if you have time i can assign you as reviwer |
The AST matchers library seems to be missing a matcher that matches an expression of type
DependentScopeDeclRefExpr
.The text was updated successfully, but these errors were encountered: