[llvm] [ADT] Refine MutableArrayRef forwarding constructor constraints (PR #183806)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 14:50:57 PST 2026


================

----------------
kuhar wrote:

Your check is stricter than what the comment above says:

```suggestion
/// Construct a MutableArrayRef from a type that has a data() method that
/// returns a pointer to `T *`.
```

https://github.com/llvm/llvm-project/pull/183806


More information about the llvm-commits mailing list