nridge marked 2 inline comments as done.
nridge added inline comments.
================
Comment at: clang-tools-extra/clangd/XRefs.cpp:436
+ if (ScoredResults.size() >= 3) {
+ // Assume we don't have results from the current file, otherwise the
+ // findNearbyIdentifier() mechanism would have handled them.
----------------
Oh whoops, this assumption is another dependency on `findNearbyIdentifier()`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72874/new/
https://reviews.llvm.org/D72874
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits