Files
clang-p2996/llvm/unittests/ADT/ArrayRefTest.cpp
Joe Loser c4b39cd09c [llvm][ADT] Mark makeMutableArrayRef as deprecated
Now that all of the uses of `makeMutableArrayRef` are replaced in-tree with use
of deduction guides (see
a288d7f937),
mark `makeMutableArrayRef` as deprecated.

Also remove the old tests for `makeMutableArrayRef` in favor of the ones
introduced with the deduction guides in
38791259c1.

Differential Revision: https://reviews.llvm.org/D141872
2023-01-17 13:01:11 -07:00

11 KiB