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

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 09:14:39 PST 2018


JDevlieghere added inline comments.


================
Comment at: lib/Support/DJB.cpp:63
+static UTF32 foldCharDwarf(UTF32 C) {
+  // Dwarf 5 addition to the unicode folding rules.
+  // Fold "Latin Small Letter Dotless I" and "Latin Capital Letter I With Dot
----------------
aprantl wrote:
> Nit: We try to spell this `DWARF v5` consistently.
To add to the confusion, I usually write `DWARFv5`... 


Repository:
  rL LLVM

https://reviews.llvm.org/D42740





More information about the llvm-commits mailing list