Skip to content

Commit 92fe4de

Browse files
committed
---
yaml --- r: 278463 b: refs/heads/swift-5.1-old-llvm-branch c: c6044bf h: refs/heads/master i: 278461: d02d117 278459: 7de0555 278455: 77d4223 278447: 6deacd5 278431: f6b73dc 278399: bd65bc3
1 parent 212de6a commit 92fe4de

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-01-24-a: b6f62823aa5010b2ae53f15f72a57
12411241
refs/heads/marcrasi-astverifier-disable: 3fac766a23a77ebd0640296bfd7fc116ea60a4e0
12421242
refs/heads/revert-22227-a-tall-white-fountain-played: adfce60b2eaa54903ea189bed8a783bca609fa53
12431243
refs/heads/revert-22300-revert-22227-a-tall-white-fountain-played: 5f92040224df7dd4e618fdfb367349df64d8acad
1244-
refs/heads/swift-5.1-old-llvm-branch: 6093a7fa90df3d126c074c848cb3050674a1ff42
1244+
refs/heads/swift-5.1-old-llvm-branch: c6044bfc07aaa4cd148d27f470e6f78a2776262b
12451245
refs/heads/swift-5.1-branch: 8060872acb4105d9655e020fe047e1ebcd77d0fb
12461246
refs/tags/swift-4.2.2-RELEASE: e429d1f1aaf59e69d38207a96e56265c7f6fccec
12471247
refs/tags/swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-02-a: 3e5a03d32ff3b1e9af90d6c1198c14f938379a6e

branches/swift-5.1-old-llvm-branch/lib/AST/UnqualifiedLookup.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,11 @@ void UnqualifiedLookupFactory::fillInLookup() {
414414
DeclContext *const DC = dcAndIsCascadingUse.getValue().DC;
415415
const bool isCascadingUse = dcAndIsCascadingUse.getValue().isCascadingUse;
416416

417+
recordDependencyOnTopLevelName(DC, Name, isCascadingUse);
418+
417419
// TODO: Does the debugger client care about compound names?
418420
if (Name.isSimpleName() && DebugClient &&
419421
DebugClient->lookupOverrides(Name.getBaseName(), DC, Loc,
420-
recordDependencyOnTopLevelName(DC, Name, isCascadingUse);
421422
isOriginallyTypeLookup, Results))
422423
return;
423424

0 commit comments

Comments
 (0)