Files
swift-mirror/tools/SwiftSyntax/SyntaxNodes.swift.gyb
Alex Hoppen 8c8f4eb1df [libSyntax] Make RawSyntax a struct
SourcePresence and ID are already shared between the two node kinds and
the node's length will soon be cached in RawSyntax as well. By making it
a struct, we will be able to compute the node's length when it is being
constructed in the initialiser.
2018-07-26 20:46:58 -07:00

8.1 KiB