[PATCH] D46776: [Option] Fix PR37006 prefix choice in findNearest

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 11:05:09 PDT 2018


thakis added a comment.

My guess is it's because the clang tests check if the edit distance is > 1, when you really want to check > 0 instead. Maybe you can try changing that in clang, then relanding?


Repository:
  rL LLVM

https://reviews.llvm.org/D46776





More information about the llvm-commits mailing list