SourceKitd: Rename SemaToken to ResolvedCursorInfo. NFC (#11680)

This commit is contained in:
Xi Ge
2017-08-29 15:34:15 -07:00
committed by GitHub
parent 24a7499558
commit 7f29b362d6
11 changed files with 203 additions and 180 deletions

View File

@@ -137,7 +137,7 @@ public:
TestCursorInfo TestInfo;
getLang().getCursorInfo(DocName, Offset, 0, false, false, Args,
[&](const CursorInfo &Info) {
[&](const CursorInfoData &Info) {
TestInfo.Name = Info.Name;
TestInfo.Typename = Info.TypeName;
TestInfo.Filename = Info.Filename;