Files
swift-mirror/lib/Index/Index.cpp
Slava Pestov 678f70bfb7 IDE: Remove a LValueAccessKind usage
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.
2017-11-13 22:19:25 -08:00

46 KiB