You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AST] Introduce DeclAttrKind::Last_DeclAttr et al.
Instead of using dummy `_counting_KAK_*` global symbols, use
`LAST_DECL_ATTR` metaprogramming technique to determine the number of
enum values. This align with other "kind" enum e.g. `DeclKind`.
0 commit comments