[PATCH] D28715: Raise the PDB Hash Map out of the NameMap class
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 14:52:24 PST 2017
zturner updated this revision to Diff 84751.
zturner added a comment.
Fix an unchecked overflow in `HashTable::grow()` and fix some small typos and cleanups.
https://reviews.llvm.org/D28715
Files:
llvm/include/llvm/DebugInfo/PDB/Raw/HashTable.h
llvm/include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h
llvm/lib/DebugInfo/PDB/CMakeLists.txt
llvm/lib/DebugInfo/PDB/Raw/HashTable.cpp
llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp
llvm/lib/DebugInfo/PDB/Raw/NameMapBuilder.cpp
llvm/unittests/DebugInfo/PDB/CMakeLists.txt
llvm/unittests/DebugInfo/PDB/HashTableTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28715.84751.patch
Type: text/x-patch
Size: 30536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/b244d635/attachment.bin>
More information about the llvm-commits
mailing list