We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aea433 commit e7f8a99Copy full SHA for e7f8a99
lib/ClangImporter/SwiftLookupTable.cpp
@@ -799,7 +799,7 @@ SwiftLookupTable::lookupMemberOperators(SerializedSwiftName baseName) {
799
SmallVector<clang::NamedDecl *, 4> result;
800
801
// Find the lookup table entry for this base name.
802
- auto known = findOrCreate(LookupTable, baseName,
+ auto known = findOrCreate(LookupTable, baseName,
803
[](auto &results, auto &Reader, auto Name) {
804
return (void)Reader.lookup(Name, results);
805
});
0 commit comments