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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 10:29:17 PST 2018


probinson requested changes to this revision.
probinson added inline comments.
This revision now requires changes to proceed.


================
Comment at: lib/Support/UnicodeCaseFold.cpp:1
+#include "llvm/Support/Unicode.h"
+
----------------
This file should have a header.  If we expect it will always be a generated file, it should have a comment saying so and where to look for how to regenerate it.  If not, it should have a normal LLVM module header.


Repository:
  rL LLVM

https://reviews.llvm.org/D42740





More information about the llvm-commits mailing list