[all-commits] [llvm/llvm-project] 52040b: [ADT] Remove MutableArrayRef(std::array) (NFC) (#1...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Jun 27 11:31:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52040b44f6060540a0b9d56fdd2e0eb5a540e84c
https://github.com/llvm/llvm-project/commit/52040b44f6060540a0b9d56fdd2e0eb5a540e84c
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M llvm/include/llvm/ADT/ArrayRef.h
Log Message:
-----------
[ADT] Remove MutableArrayRef(std::array) (NFC) (#146114)
This constructor has been subsumed by another constructor of
MutableArrayRef that takes a parameter whose type has data() and
size() methods.
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