llvm-project
9bda38f8 - [TextAPI] Use MapVector::try_emplace (NFC) (#143564)

Commit
191 days ago
[TextAPI] Use MapVector::try_emplace (NFC) (#143564) - 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