[IntervalMap] Add move and copy ctors and assignment operators
authorOCHyams <orlando.hyams@sony.com>
Thu, 27 Oct 2022 07:52:47 +0000 (08:52 +0100)
committerOCHyams <orlando.hyams@sony.com>
Thu, 27 Oct 2022 08:45:24 +0000 (09:45 +0100)
commitdbbe82c6fda43131a101d34e8e20f3b0e00aa883
treee83d7fb6d2fcbe43c30bbeb8288c444ac82c57e5
parente8541e4b42c54e106940b846123508742e026b7d
[IntervalMap] Add move and copy ctors and assignment operators

And update the unittest.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D136242
llvm/include/llvm/ADT/IntervalMap.h
llvm/unittests/ADT/IntervalMapTest.cpp