Files
swift-mirror/include/swift/Parse/ParsedRawSyntaxNode.h
Alex Hoppen dfcf2e4cf9 [libSyntax] Don't store SynKind and TokKind as uint16_6
There is no point storing `SynKind` and `TokKind` as `uint16_t`s inside `ParsedRawSyntaxNode`. Instead, we can just use the `enum class` types that define them.
2021-04-06 15:35:57 +02:00

8.8 KiB