summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2025-06-26 19:43:59 +0200
committerGitHub <noreply@github.com>2025-06-26 19:43:59 +0200
commit4c8fab399b2ebf37f6a560bc2d5c6b4f0045a19f (patch)
tree33bb65b1ce6b6f881336a79a7fe26ca1892738c3 /lldb/source/Target/Target.cpp
parent7842e9eada2e7b6bdb68aa4add5d29bce242e20a (diff)
[libc++] Avoid type-punning between __hash_value_type and pair (#143501)
This patch is very similar to #134819 in nature. Before this patch, we were dereferencing pointers to objects which were never constructed. Now we always assume that nodes store `pair<const KeyT, ValueT>` for unordered_maps instead, as they actually do.
Diffstat (limited to 'lldb/source/Target/Target.cpp')
0 files changed, 0 insertions, 0 deletions