[all-commits] [llvm/llvm-project] f971e7: ADT/ArrayRef: Add makeMutableArrayRef overloads
Nicolai Hähnle via All-commits
all-commits at lists.llvm.org
Thu Jun 9 01:00:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f971e77fb4ec12256f4486fe6174e67639f06661
https://github.com/llvm/llvm-project/commit/f971e77fb4ec12256f4486fe6174e67639f06661
Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M llvm/include/llvm/ADT/ArrayRef.h
M llvm/unittests/ADT/ArrayRefTest.cpp
Log Message:
-----------
ADT/ArrayRef: Add makeMutableArrayRef overloads
Equivalent overloads already exist for makeArrayRef.
Differential Revision: https://reviews.llvm.org/D126421
More information about the All-commits
mailing list