[Lldb-commits] [PATCH] D122974: prevent ConstString from calling djbHash() more than once

Luboš Luňák via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 23 23:19:14 PDT 2022


llunak updated this revision to Diff 431597.
llunak added a comment.

Added documentation for StringMap::hash(), including an explicit comment saying that the implementation is not guaranteed to be stable.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122974/new/

https://reviews.llvm.org/D122974

Files:
  lldb/source/Utility/ConstString.cpp
  llvm/include/llvm/ADT/StringMap.h
  llvm/lib/Support/StringMap.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122974.431597.patch
Type: text/x-patch
Size: 10227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220524/8466384d/attachment.bin>


More information about the lldb-commits mailing list