[PATCH] D126159: [ADT] Add edit_distance_insensitive to StringRef

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 16:30:30 PDT 2022


dblaikie added a comment.

Any chance of a template to avoid duplicating this code between case sensitive and case insensitive - looks like a long enough function with room for bugs/fixes/changes that it'd be worth avoiding duplication?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126159/new/

https://reviews.llvm.org/D126159



More information about the llvm-commits mailing list