llvm-project
7108deca
- [MC] Use *Map::try_emplace (NFC) (#140397)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
213 days ago
[MC] Use *Map::try_emplace (NFC) (#140397) try_emplace with is much shorter and simpler if we are default-constructing the value. While I'm at it, this patch uses structured bindings to receive the return value from try_emplace.
References
#140397 - [MC] Use *Map::try_emplace (NFC)
Author
kazutakahirata
Parents
55531e33
Loading