mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Ok, so behind the scenes SourceEntityWalker is still using Expr::getLValueAccessKind(). But now that SourceEntityWalker is really the *only* remaining client, it makes sense to refactor the calculation of this into a separate pass, which only SourceKit needs to use.