File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
branches/swift-5.1-old-llvm-branch/lib/AST Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1241,7 +1241,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-01-24-a: b6f62823aa5010b2ae53f15f72a57
1241
1241
refs/heads/marcrasi-astverifier-disable: 3fac766a23a77ebd0640296bfd7fc116ea60a4e0
1242
1242
refs/heads/revert-22227-a-tall-white-fountain-played: adfce60b2eaa54903ea189bed8a783bca609fa53
1243
1243
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
1245
1245
refs/heads/swift-5.1-branch: 8060872acb4105d9655e020fe047e1ebcd77d0fb
1246
1246
refs/tags/swift-4.2.2-RELEASE: e429d1f1aaf59e69d38207a96e56265c7f6fccec
1247
1247
refs/tags/swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-02-a: 3e5a03d32ff3b1e9af90d6c1198c14f938379a6e
Original file line number Diff line number Diff line change @@ -1944,7 +1944,7 @@ namespace {
1944
1944
populateLookupDeclsFromContext (ED, lookupDecls);
1945
1945
return PerScopeLookupState{
1946
1946
ScopeLookupResult::next,
1947
- DC ,
1947
+ ED ,
1948
1948
std::move (lookupDecls),
1949
1949
ED,
1950
1950
ED,
@@ -1961,10 +1961,10 @@ namespace {
1961
1961
populateLookupDeclsFromContext (ND, lookupDecls);
1962
1962
return PerScopeLookupState{
1963
1963
ScopeLookupResult::next,
1964
- DC ,
1964
+ ND ,
1965
1965
std::move (lookupDecls),
1966
- DC ,
1967
- DC ,
1966
+ ND ,
1967
+ ND ,
1968
1968
isCascadingUse.hasValue ()
1969
1969
? isCascadingUse.getValue ()
1970
1970
: ND->isCascadingContextForLookup (false )
You can’t perform that action at this time.
0 commit comments