Files
swift-mirror/include/swift/AST/AttrKind.h
Rintaro Ishizaki 1192c96db6 [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`.
2024-02-02 09:36:49 -08:00

4.9 KiB