[all-commits] [llvm/llvm-project] d05069: [ADT] Add more useful methods to SmallSet API

Victor Campos via All-commits all-commits at lists.llvm.org
Fri Sep 13 09:24:03 PDT 2024


  Branch: refs/heads/users/vhscampos/smallset-api-more-methods
  Home:   https://github.com/llvm/llvm-project
  Commit: d05069198321f3bab9de7db65f48f3c2b15b34bc
      https://github.com/llvm/llvm-project/commit/d05069198321f3bab9de7db65f48f3c2b15b34bc
  Author: Victor Campos <victor.campos at arm.com>
  Date:   2024-09-13 (Fri, 13 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