Fix HashString's Bernstein hash to use unsigned chars, as is usually done.
Changes the hash result for strings containing characters with values >= 128, such as UTF8 strings (not normal ASCII). Changed mostly so we match other implementations. llvm-svn: 162882
Loading
Please register or sign in to comment