swift
dfc741e3
- AST: Optimize storage of VersionTuples in AvailableAttr.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
239 days ago
AST: Optimize storage of VersionTuples in AvailableAttr. Representing introduced, deprecated, and obsoleted versions at rest as optional version tuples is redundant, since the empty version tuple already represents "version not present". NFC.
References
#78829 - AST: Introduce SemanticAvailableAttrRequest
Author
tshortli
Committer
tshortli
Parents
29085208
Loading