[PATCH] D139781: [ADT] Move MoveOnly to a header file (NFC)

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 10 18:23:04 PST 2022


kazu created this revision.
Herald added a project: All.
kazu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch moves MoveOnly to a header file so that I can share it from
another .cpp file.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139781

Files:
  llvm/unittests/ADT/CMakeLists.txt
  llvm/unittests/ADT/MoveOnly.cpp
  llvm/unittests/ADT/MoveOnly.h
  llvm/unittests/ADT/OptionalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139781.481892.patch
Type: text/x-patch
Size: 3603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221211/f483e79c/attachment.bin>


More information about the llvm-commits mailing list