================ @@ -2419,6 +2422,9 @@ namespace { // declarations it needs. ++NumIdentifierLookupHits; Found = *Pos; + if (Trait.hasMoreInformationInDependencies()) + // Look for the identifier in extra modules as they contain more info. + return false; ---------------- vsapsai wrote:
Done. https://github.com/llvm/llvm-project/pull/135471 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits