[all-commits] [llvm/llvm-project] 12b657: [ADT] Add more useful methods to SmallSet API
Victor Campos via All-commits
all-commits at lists.llvm.org
Tue Sep 24 02:39:58 PDT 2024
Branch: refs/heads/users/vhscampos/smallset-api-more-methods
Home: https://github.com/llvm/llvm-project
Commit: 12b657a4761351d52fccb93ce52e64c3c1b1e91f
https://github.com/llvm/llvm-project/commit/12b657a4761351d52fccb93ce52e64c3c1b1e91f
Author: Victor Campos <victor.campos at arm.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M llvm/include/llvm/ADT/SmallSet.h
M llvm/unittests/ADT/SmallSetTest.cpp
Log Message:
-----------
[ADT] Add more useful methods to SmallSet API
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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list