diff --git a/src/kind.rs b/src/kind.rs index e258e82..4c4fa46 100644 --- a/src/kind.rs +++ b/src/kind.rs @@ -128,6 +128,7 @@ kind! { ColdAttr, ComplexType, CompoundAssignOperator, + CompoundLiteralExpr, CompoundRequirement, CompoundStmt, ConceptDecl, @@ -138,6 +139,7 @@ kind! { ConstantExpr, ConstructorUsingShadowDecl, ContinueStmt, + ConvertVectorExpr, DLLImportAttr, DecayedType, DeclRefExpr, @@ -185,6 +187,7 @@ kind! { IndirectFieldDecl, InitListExpr, InjectedClassNameType, + InlineCommandComment, IntegerLiteral, InternalLinkageAttr, LValueReferenceType, @@ -197,6 +200,7 @@ kind! { MayAliasAttr, MemberExpr, MemberPointerType, + MinVectorWidthAttr, ModeAttr, NamespaceAliasDecl, NamespaceDecl, @@ -219,6 +223,7 @@ kind! { PackExpansionType, PackedAttr, ParagraphComment, + ParamCommandComment, ParenExpr, ParenListExpr, ParenType, @@ -238,6 +243,7 @@ kind! { ReturnStmt, ReturnsNonNullAttr, ReturnsTwiceAttr, + ShuffleVectorExpr, SimpleRequirement, SizeOfPackExpr, StaticAssertDecl, @@ -246,6 +252,7 @@ kind! { SubstTemplateTypeParmType, SwiftAttrAttr, SwitchStmt, + TargetAttr, TemplateArgument, TemplateSpecializationType, TemplateTemplateParmDecl, @@ -284,8 +291,13 @@ kind! { VarTemplateDecl, VarTemplatePartialSpecializationDecl, VarTemplateSpecializationDecl, + VectorType, + VerbatimBlockComment, + VerbatimBlockLineComment, + VerbatimLineComment, VisibilityAttr, WarnUnusedResultAttr, + WeakAttr, WeakImportAttr, WeakRefAttr, WhileStmt,