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

Victor Campos via All-commits all-commits at lists.llvm.org
Wed Sep 25 03:28:18 PDT 2024


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


  Commit: ba09c048023915b28592b7c62e210fbd6a431015
      https://github.com/llvm/llvm-project/commit/ba09c048023915b28592b7c62e210fbd6a431015
  Author: Victor Campos <victor.campos at arm.com>
  Date:   2024-09-25 (Wed, 25 Sep 2024)

  Changed paths:
    M llvm/include/llvm/ADT/SmallSet.h
    M llvm/unittests/ADT/SmallSetTest.cpp

  Log Message:
  -----------
  fixup! [ADT] Add more useful methods to SmallSet API


  Commit: 5cd89571dbfd7e76418ad4e694d43b2cd103cc40
      https://github.com/llvm/llvm-project/commit/5cd89571dbfd7e76418ad4e694d43b2cd103cc40
  Author: Victor Campos <victor.campos at arm.com>
  Date:   2024-09-25 (Wed, 25 Sep 2024)

  Changed paths:
    M llvm/include/llvm/ADT/SmallSet.h

  Log Message:
  -----------
  fixup! fixup! [ADT] Add more useful methods to SmallSet API


Compare: https://github.com/llvm/llvm-project/compare/44a223f597d1...5cd89571dbfd

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