swift
38b073ea
- [swiftSyntax] Make AbsolutePosition a value type
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#18792 - [5.0] Cherry pick swiftSyntax related changes to swift-5.0-branch
Author
ahoppen
Committer
ahoppen
Parents
35a2c04d
Loading