sammccall accepted this revision. sammccall added a comment. This revision is now accepted and ready to land.
Great stuff! Sorry for the delay here. ================ Comment at: clangd/IncludeFixer.h:59 + SourceLocation Loc; // Start location of the unresolved name. + // Callback to get possible scopes of the unresolved name. `Sema` must be + // alive when this is called. ---------------- nit: this isn't really a callback, I think. Just "Lazily get the possible scopes of the unresolved name"? ================ Comment at: clangd/IncludeFixer.h:64 + + /// Records the last unresolved name (i.e. typo) seen by Sema. + class UnresolvedNameRecorder; ---------------- "i.e. typo" is confusing here, as these aren't actually typos Repository: rCTE Clang Tools Extra CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57021/new/ https://reviews.llvm.org/D57021 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits