swift
38b073ea - [swiftSyntax] Make AbsolutePosition a value type

Commit
7 years ago
[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.
Author
Committer
Parents
Loading