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

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 08:44:29 PST 2018


labath updated this revision to Diff 132186.
labath added a comment.

Run the generation script over unicode v9 case folding database (previous one was v8). This adds a couple of additional mappings.


Repository:
  rL LLVM

https://reviews.llvm.org/D42740

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42740.132186.patch
Type: text/x-patch
Size: 26322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180131/f90c4672/attachment.bin>


More information about the llvm-commits mailing list