ioeric added inline comments.

================
Comment at: clang-tools-extra/unittests/clangd/DexIndexTests.cpp:324
 
+  EXPECT_THAT(generateQueryTrigrams("u_p"), trigramsAre({"up$"}));
+  EXPECT_THAT(generateQueryTrigrams("_u_p"), trigramsAre({"_u_"}));
----------------
I'm not sure if this is correct. If users have explicitly typed `_`, they are 
likely to want a `_` there. You mentioned in the patch summary that users might 
want to match two heads with this. Could you provide an example?


https://reviews.llvm.org/D50700



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

Reply via email to