-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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: dependentTemplateSpecializationType #121307
Comments
@llvm/issue-subscribers-clang-frontend Author: Nathan Ridge (HighCommander4)
Ran into one more missing AST matcher: for types of kind `DependentTemplateSpecializationType`.
|
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)
Ran into one more missing AST matcher: for types of kind `DependentTemplateSpecializationType`.
|
Hi, I am new to LLVM and I would like to give it a try. Could you assign it to me? |
Sure! Thanks for your interest. There was a similar matcher added recently in #121263, you might find that patch useful as a guide. |
OK, I got it, thanks a lot! |
Ran into one more missing AST matcher: for types of kind
DependentTemplateSpecializationType
.The text was updated successfully, but these errors were encountered: