================
@@ -633,17 +637,24 @@ void LookupResult::resolveKind() {
getSema().diagnoseEquivalentInternalLinkageDeclarations(
getNameLoc(), HasNonFunction, EquivalentNonFunctions);
+ if ((HasNonFunction && (HasFunction || HasUnresolved)) ||
----------------
erichkeane wrote:
Ah, didn't put that together. Thank you, I think that comment/split up is
great. Appreciated!
https://github.com/llvm/llvm-project/pull/167646
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits