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

feat: [cxx-parser] Add template_t #35

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

littleGnAl
Copy link
Contributor

Add new SimpleTypeKind.template_t.

A new property template_arguments to hold the template argument type. e.g.,
With template Optional<double>, the type double is parsed into the template_arguments: ["double"]

LichKing-2234
LichKing-2234 previously approved these changes Nov 20, 2023
@littleGnAl littleGnAl merged commit 866d883 into main Nov 20, 2023
3 checks passed
@littleGnAl littleGnAl deleted the littlegnal/cxx-parser-template-arguments branch November 20, 2023 06:39
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

Successfully merging this pull request may close these issues.

2 participants