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

Add some missing kinds #29

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Add some missing kinds #29

merged 2 commits into from
Mar 16, 2024

Conversation

liona24
Copy link
Contributor

@liona24 liona24 commented Mar 15, 2024

Hey. I have noticed a couple of kinds missing during some testing recently. This is probably not exhaustive. Feel free to incorporate changes if desired. (clang version 17.0.6)

src/kind.rs Outdated
Comment on lines 73 to 76
AvailabilityAttr,
BinaryOperator,
BinaryConditionalOperator,
BindingDecl,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
AvailabilityAttr,
BinaryOperator,
BinaryConditionalOperator,
BindingDecl,
AvailabilityAttr,
BinaryConditionalOperator,
BinaryOperator,
BindingDecl,

src/kind.rs Outdated
Comment on lines 255 to 258
StaticAssertDecl,
StringLiteral,
StmtExpr,
SubstNonTypeTemplateParmExpr,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
StaticAssertDecl,
StringLiteral,
StmtExpr,
SubstNonTypeTemplateParmExpr,
StaticAssertDecl,
StmtExpr,
StringLiteral,
SubstNonTypeTemplateParmExpr,

Copy link
Owner

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@dtolnay dtolnay merged commit cc215de into dtolnay:master Mar 16, 2024
11 checks passed
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