[all-commits] [llvm/llvm-project] fc3898: [ADT] Add SetVector::insert_range (#131715)

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


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

  Changed paths:
    M llvm/include/llvm/ADT/SetVector.h
    M llvm/unittests/ADT/SetVectorTest.cpp

  Log Message:
  -----------
  [ADT] Add SetVector::insert_range (#131715)

This patch adds SetVector::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