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 f674e56 commit 9e9cbc1Copy full SHA for 9e9cbc1
lib/AST/ModuleNameLookup.cpp
@@ -78,7 +78,7 @@ class LookupByName : public ModuleNameLookup<LookupByName> {
78
lookupKind(lookupKind) {}
79
80
private:
81
- /// Returns whether it's okay to stop recursively searching imports, given
+ /// Returns whether it's okay to stop recursively searching imports, given
82
/// that we found something non-overloadable.
83
static bool canReturnEarly() {
84
return true;
0 commit comments