[PATCH] D132747: [llvm][ADT] Overload output stream operator `<<` for `StringMapEntry` and `StringMap`.

weiyi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 11:19:38 PDT 2022


wyt updated this revision to Diff 455963.
wyt added a comment.

Check if << operator is overloaded for value type, return a default if << is unimplemented.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132747/new/

https://reviews.llvm.org/D132747

Files:
  llvm/include/llvm/ADT/StringMap.h
  llvm/include/llvm/ADT/StringMapEntry.h
  llvm/unittests/ADT/StringMapTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132747.455963.patch
Type: text/x-patch
Size: 3428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220826/3ab108c6/attachment.bin>


More information about the llvm-commits mailing list