- value_type
- pointer
- const_pointer
- reference
- const_reference
- const_reverse_iterator
- size_type
- difference_type
It makes ArrayRef and MutableArrayRef types fully compliant with STL Container concept.
Differential D95611
[ADT][NFC] Add extra typedefs to `ArrayRef` and `MutableArrayRef` vinograd47 on Jan 28 2021, 6:05 AM. Authored by
Details
It makes ArrayRef and MutableArrayRef types fully compliant with STL Container concept.
Diff Detail
Unit Tests Event TimelineComment Actions @lattner I've finalized the change and fixed CI failures. Please take a look one more time. Comment Actions @courbet I saw in git history that you have had similar commit, which was reverted. Could you please take a look at this change? Comment Actions Nice, thanks. I tried that a couple years back but had ARM buildbot errors that maintainers were not able to expain. Let's hope it goes better this time ! |