mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 12:46:07 +00:00

includes a patch from Matthias Kleine with a regression testcase! Adds a new iterator 'data_iterator' to OnDiskHashTable which doesn't try to reconstruct the external_key from the internal_key, which is useful for traits that don't store enough information to do that mapping in their key. Also deletes the 'item_iterator' from OnDiskHashTable as dead code. llvm-svn: 154784
2 lines
21 B
C
2 lines
21 B
C
struct X { int m; };
|