[PATCH] D42740: Implement a case-folding version of DJB hash

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 02:07:13 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325107: Implement a case-folding version of DJB hash (authored by labath, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42740?vs=133576&id=134176#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42740

Files:
  llvm/trunk/include/llvm/Support/DJB.h
  llvm/trunk/include/llvm/Support/Unicode.h
  llvm/trunk/lib/Support/CMakeLists.txt
  llvm/trunk/lib/Support/DJB.cpp
  llvm/trunk/lib/Support/UnicodeCaseFold.cpp
  llvm/trunk/unittests/Support/CMakeLists.txt
  llvm/trunk/unittests/Support/DJBTest.cpp
  llvm/trunk/utils/unicode-case-fold.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42740.134176.patch
Type: text/x-patch
Size: 29256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180214/164d60ee/attachment.bin>


More information about the llvm-commits mailing list