malaperle added inline comments.

================
Comment at: clangd/WorkspaceSymbols.cpp:165
+            [](const SymbolInformation &A, const SymbolInformation &B) {
+              return A.name < B.name;
+            });
----------------
ilya-biryukov wrote:
> We have `FuzzyMatcher`, it can produce decent match scores and is already 
> used in completion.
> Any reason not to use it here?
I think it was giving odd ordering but let me try this again and at least 
document the reason.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D44882



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

Reply via email to