Files
clang-p2996/llvm/unittests/ADT/SmallSetTest.cpp
Victor Campos 0c6ee1f9a2 [ADT] Add more useful methods to SmallSet API (#108601)
This patch adds useful methods to the SmallSet API:

 - Constructor that takes pair of iterators.
 - Constructor that takes a range.
 - Constructor that takes an initializer list.
 - Copy constructor.
 - Move constructor.
 - Copy assignment operator.
 - Move assignment operator.
2024-09-27 13:14:47 +01:00

6.8 KiB