[PATCH] D98477: [ADT] Add IntrusiveVariant

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 24 16:39:07 PDT 2021


scott.linder updated this revision to Diff 333174.
scott.linder marked 5 inline comments as done.
scott.linder added a comment.

- Address feedback
- Fix bug where last alternative type could not be emplaced
- Misc cleanup


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98477

Files:
  llvm/include/llvm/ADT/IntrusiveVariant.h
  llvm/include/llvm/ADT/STLExtras.h
  llvm/unittests/ADT/CMakeLists.txt
  llvm/unittests/ADT/IntrusiveVariantTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98477.333174.patch
Type: text/x-patch
Size: 39703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210324/9de7d649/attachment.bin>


More information about the llvm-commits mailing list