[PATCH] D42740: Implement a case-folding version of DJB hash
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 12:37:20 PST 2018
aprantl added a comment.
As an unrelated side-note: I recently discovered that there is yet another DJB implementation in StringExtras (http://llvm.org/doxygen/StringExtras_8h_source.html#l00051) that we probably should get rid of.
Repository:
rL LLVM
https://reviews.llvm.org/D42740
More information about the llvm-commits
mailing list