llvm-project
30dd652c - [clang] Use *Map::try_emplace (NFC) (#143563)

Commit
191 days ago
[clang] Use *Map::try_emplace (NFC) (#143563) - try_emplace(Key) is shorter than insert({Key, nullptr}). - try_emplace performs value initialization without value parameters. - We overwrite values on successful insertion anyway.
Parents
Loading