Files
swift-mirror/include/swift/Syntax/SyntaxKind.h.gyb
Rintaro Ishizaki 0780c529c4 [Syntax] Unify RawSyntax and RawTokenSyntax using union and TrailingObjects
It better matches with SwiftSyntax model.

Using TrailingObjects reduces the number of heap allocation which
gains 18% performance improvement.
2018-01-18 14:49:46 +09:00

2.6 KiB