mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Unify FindLocalVal across UnqualifiedLookup and lookupVisibleDecls.
They had already diverged even before my last commit. Let's not have that happen again! This re-fixes code completion for bindings declared in top-level guard statements. More rdar://problem/21928533 Swift SVN r30525
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "NameLookupImpl.h"
|
||||
#include "swift/AST/NameLookup.h"
|
||||
#include "swift/AST/AST.h"
|
||||
#include "swift/AST/LazyResolver.h"
|
||||
|
||||
Reference in New Issue
Block a user