Files
swift-mirror/tools/SwiftSyntax/AbsolutePosition.swift
Alex Hoppen 7f8e46c7e9 [swiftSyntax] Make AbsolutePosition a value type
AbsolutePosition had value semantics anyway, the only reason it was a
reference type was so that we can use it in AtomicCache. But that can be
worked around by boxing it into a reference type.
2018-08-14 11:51:05 -07:00

967 B