Skip to content

Commit 1081c46

Browse files
committed
---
yaml --- r: 278423 b: refs/heads/swift-5.1-old-llvm-branch c: ee3c2ee h: refs/heads/master i: 278421: 921efc3 278419: 8e144b6 278415: be75307
1 parent 46723e6 commit 1081c46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 65ed915fc7c0117433181be6da5ec0b1c56fab40
1244+
refs/heads/swift-5.1-old-llvm-branch: ee3c2eea8169f7fd967fa52ac56deaaeb9e955ee
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/NameLookup.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ namespace {
19441944
populateLookupDeclsFromContext(ED, lookupDecls);
19451945
return PerScopeLookupState{
19461946
ScopeLookupResult::next,
1947-
DC,
1947+
ED,
19481948
std::move(lookupDecls),
19491949
ED,
19501950
ED,
@@ -1961,10 +1961,10 @@ namespace {
19611961
populateLookupDeclsFromContext(ND, lookupDecls);
19621962
return PerScopeLookupState{
19631963
ScopeLookupResult::next,
1964-
DC,
1964+
ND,
19651965
std::move(lookupDecls),
1966-
DC,
1967-
DC,
1966+
ND,
1967+
ND,
19681968
isCascadingUse.hasValue()
19691969
? isCascadingUse.getValue()
19701970
: ND->isCascadingContextForLookup(false)

0 commit comments

Comments
 (0)