[all-commits] [llvm/llvm-project] 703dcd: [lldb][Utility] Add FileSpecList::Append(const Fil...

Michael Buch via All-commits all-commits at lists.llvm.org
Sat Apr 18 02:47:32 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 703dcde39dff4d4a98db6d964ab09603c16c4b8d
      https://github.com/llvm/llvm-project/commit/703dcde39dff4d4a98db6d964ab09603c16c4b8d
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2026-04-18 (Sat, 18 Apr 2026)

  Changed paths:
    M lldb/include/lldb/Utility/FileSpecList.h
    M lldb/unittests/Utility/FileSpecListTest.cpp

  Log Message:
  -----------
  [lldb][Utility] Add FileSpecList::Append(const FileSpecList &) API (#191446)

Adds a new API to `FileSpecList` that allows appending another
`FileSpecList`.

This is used in another PR where I didn't want to iterate over the list
and push_back manually.

Assisted-by: Claude
- Used Claude to write the skeleton of the test before manually cleaning
it up.



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