[PATCH] D67668: [ADT] Add StringMap::insert_or_assign
Jan Korous via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 17 10:45:03 PDT 2019
jkorous added inline comments.
================
Comment at: include/llvm/ADT/StringMap.h:394
+ template <typename V>
+ std::pair<iterator, bool> insert_or_assign(StringRef Key, V &&Val) {
----------------
Please add some description.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67668/new/
https://reviews.llvm.org/D67668
More information about the llvm-commits
mailing list