Files
clang-p2996/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
Kazu Hirata fe6290ef5b [llvm] Use *Map::try_emplace (NFC) (#140843)
try_emplace can default-construct values, so we do not need to do so
on our own.  Plus, try_emplace(Key) is much shorter than
insert(std::make_pair(Key, Value()).
2025-05-21 01:11:01 -07:00

4.6 KiB