diff options
author | Kazu Hirata <kazu@google.com> | 2024-09-23 19:20:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 19:20:38 -0700 |
commit | 2028687ecad01ccc135cdc03eca933d7eec24df4 (patch) | |
tree | 26103aa54ccb7ff074242a84723529b6bfac2cae /clang/lib/Frontend/FrontendAction.cpp | |
parent | 86c640323286f4d692a634373c71536795cd7290 (diff) | |
download | llvm-2028687ecad01ccc135cdc03eca933d7eec24df4.zip llvm-2028687ecad01ccc135cdc03eca933d7eec24df4.tar.gz llvm-2028687ecad01ccc135cdc03eca933d7eec24df4.tar.bz2 |
[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 'clang/lib/Frontend/FrontendAction.cpp')
0 files changed, 0 insertions, 0 deletions