================ @@ -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; ---------------- jansvoboda11 wrote:
Nit: I'd wrap this in braces since it spans two lines. 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