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

Victor Campos via All-commits all-commits at lists.llvm.org
Wed Sep 25 05:07:32 PDT 2024


  Branch: refs/heads/users/vhscampos/smallset-api-more-methods
  Home:   https://github.com/llvm/llvm-project
  Commit: f0dd57acf15d1b6811b095c3bdcabdb0d3b00e79
      https://github.com/llvm/llvm-project/commit/f0dd57acf15d1b6811b095c3bdcabdb0d3b00e79
  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: 885a6a547e2b2f005b3321f440d8be69bc97eedc
      https://github.com/llvm/llvm-project/commit/885a6a547e2b2f005b3321f440d8be69bc97eedc
  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: c9209404b170cdd947a87bc57ae3e33ada9676ac
      https://github.com/llvm/llvm-project/commit/c9209404b170cdd947a87bc57ae3e33ada9676ac
  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/5cd89571dbfd...c9209404b170

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