[PATCH] D126421: ADT/ArrayRef: Add makeMutableArrayRef overloads

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 11:29:05 PDT 2022


nhaehnle updated this revision to Diff 432340.
nhaehnle added a comment.

Address reviews:

- fix comments
- moved to ArrayRefTest.cpp
- add a check that the mutable array ref elements can be assigned to


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126421/new/

https://reviews.llvm.org/D126421

Files:
  llvm/include/llvm/ADT/ArrayRef.h
  llvm/unittests/ADT/ArrayRefTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126421.432340.patch
Type: text/x-patch
Size: 2993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220526/0314545a/attachment-0001.bin>


More information about the llvm-commits mailing list