[PATCH] D40684: Use size_t, instead of unsigned, to represnt StringMapEntry length and alignment.

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 13:11:09 PST 2017


mattd updated this revision to Diff 125204.
mattd added a comment.

- Added a unittest to StringMapTests.
- Changed a use of unsigned to be size_t, when constructing a StringMapEntry.


https://reviews.llvm.org/D40684

Files:
  include/llvm/ADT/StringMap.h
  unittests/ADT/StringMapTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40684.125204.patch
Type: text/x-patch
Size: 4157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171201/48384774/attachment.bin>


More information about the llvm-commits mailing list