diff options
author | Kazu Hirata <kazu@google.com> | 2025-05-19 06:19:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-19 06:19:53 -0700 |
commit | 325281631a3b5c089dd732d9ca10704431447859 (patch) | |
tree | 70f320dbff2eceda05a6ec970e5363e9f959117b /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | 2a277f9ff1c793e25167537b0202f333f8f91f60 (diff) | |
download | llvm-325281631a3b5c089dd732d9ca10704431447859.zip llvm-325281631a3b5c089dd732d9ca10704431447859.tar.gz llvm-325281631a3b5c089dd732d9ca10704431447859.tar.bz2 |
[clang] Use *Map::try_emplace (NFC) (#140477)
We can simplify the code with *Map::try_emplace where we need
default-constructed values while avoding calling constructors when
keys are already present.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions