In some instances (such as in BitCodeWriter - see http://reviews.llvm.org/D6184),
it is useful to get an unsiged version of the data pointer instead. This adds an
appropriate API to be used in BitCodeWriter in a follow up commit.
Details
Details
- Reviewers
dexonsmith
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Could we just do this as a range API without begin/end? Or maybe ArrayRef<>?
It'd be helpful to see the use case to know what a good design is here.