ArrayRef and MutableArrayRef need to explicitly declare support for CTAD,
otherwise uses of it trigger -Wctad-maybe-unsupported which was recently
enabled in LLVM in D131727
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Guess this might let us remove makeArrayRef/makeMutableArrayRef at some point?
Also, looks like this was sent for review, then abandoned and
committed without review? Generally if something's sent for review it
should not be submitted until the review is completed (we don't want
to create situations where people send things for review because they
need review, but then submit them due to lack of feedback in the
review)
Comment Actions
This should not have been submitted. I just abandoned the patch because I'm not sure this was the right direction.
Comment Actions
Ah, OK - I think I'd be OK with this direction, FWIW, but haven't considered all the nuances.
Oh, indeed - sorry, I thought I was reading a commit that referenced phab, instead of just a phab review.