[PATCH] D43615: [Support] Remove HashString and replace it with djbHash. NFC.
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 03:31:10 PST 2018
JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, labath, ruiu.
Herald added a subscriber: hiraditya.
This removes the HashString function from StringExtraces and replaces
its uses with calls to djbHash from DJB.h, also in Support.
Repository:
rL LLVM
https://reviews.llvm.org/D43615
Files:
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Frontend/CacheTokens.cpp
clang/lib/Lex/PTHLexer.cpp
clang/lib/Serialization/ASTCommon.cpp
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/lib/Serialization/GlobalModuleIndex.cpp
lld/include/lld/Core/SymbolTable.h
lldb/source/Utility/ConstString.cpp
llvm/include/llvm/ADT/StringExtras.h
llvm/lib/Support/StringMap.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43615.135384.patch
Type: text/x-patch
Size: 55610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/cee1384f/attachment-0001.bin>
More information about the llvm-commits
mailing list