mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[RangeInfo] Address Argyrios' code review comments. NFC (#11114)
This commit is contained in:
@@ -1355,7 +1355,7 @@ static void resolveRange(SwiftLangSupport &Lang,
|
||||
ASTInvok->applyTo(CompInvok);
|
||||
RangeInfo Result;
|
||||
Result.RangeKind = Lang.getUIDForRangeKind(Info.Kind);
|
||||
Result.RangeContent = Info.getContent().str();
|
||||
Result.RangeContent = Info.ContentRange.str();
|
||||
switch (Info.Kind) {
|
||||
case RangeKind::SingleExpression: {
|
||||
SmallString<64> SS;
|
||||
|
||||
Reference in New Issue
Block a user