This makes it more convenient to do certain types of operations such as enabling ranged-based for loops, drop_front / drop_back, slice, etc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32367
[BitVector] Hold the underlying storage as a MutableArrayRef. ClosedPublic Authored by zturner on Apr 21 2017, 12:00 PM.
Details Summary This makes it more convenient to do certain types of operations such as enabling ranged-based for loops, drop_front / drop_back, slice, etc.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 21 2017, 12:49 PM Closed by commit rL301031: [BitVector] Make BitVector store an ArrayRef. (authored by zturner). · Explain WhyApr 21 2017, 1:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 96218 llvm/trunk/include/llvm/ADT/BitVector.h
|