hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: clangd/FindSymbols.cpp:159
+    else
+      return;
+    Relevance.merge(Sym);
----------------
Should we add a log statement here? IMO, this rarely happens? If it happens, it 
means that the fuzzy matcher algorithms used by index and clangd side have 
disagreement.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47821



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to