[all-commits] [llvm/llvm-project] 655375: [llvm][ADT] Add wrappers to `std::fill` (#146681)
Longsheng Mou via All-commits
all-commits at lists.llvm.org
Wed Jul 2 23:33:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65537539e12912cfb614948c8cd4acbedd777284
https://github.com/llvm/llvm-project/commit/65537539e12912cfb614948c8cd4acbedd777284
Author: Longsheng Mou <longshengmou at gmail.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
M llvm/unittests/ADT/STLExtrasTest.cpp
Log Message:
-----------
[llvm][ADT] Add wrappers to `std::fill` (#146681)
This PR adds `llvm::fill` that accepts a range instead of begin/end
iterator.
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