summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-09-23 19:20:38 -0700
committerGitHub <noreply@github.com>2024-09-23 19:20:38 -0700
commit2028687ecad01ccc135cdc03eca933d7eec24df4 (patch)
tree26103aa54ccb7ff074242a84723529b6bfac2cae /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent86c640323286f4d692a634373c71536795cd7290 (diff)
[DWARFLinkerTypeUnit] Simplify code around try_emplace (NFC) (#109670)
Without this patch, we first default-construct a value with try_emplace and then immediately override it with a new value. This patch inserts the final value with try_emplace and simplies the code around it.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions