llvm-project
9bda38f8
- [TextAPI] Use MapVector::try_emplace (NFC) (#143564)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#143564 - [TextAPI] Use MapVector::try_emplace (NFC)
Author
kazutakahirata
Parents
30dd652c
Loading