[all-commits] [llvm/llvm-project] 2df025: [ADT] Add SmallSet::insert_range (#131717)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Tue Mar 18 00:20:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2df02548289faa34629814fd851667d45db0bb1b
      https://github.com/llvm/llvm-project/commit/2df02548289faa34629814fd851667d45db0bb1b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

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

  Log Message:
  -----------
  [ADT] Add SmallSet::insert_range (#131717)

This patch adds SmallSet::insert_range for consistency with
DenseSet::insert_range and std::set::insert_range from C++23.



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