[PATCH] D64462: [Support] [WIP] Add UpdatableRange class
Alex Brachet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 18:12:05 PDT 2019
abrachet created this revision.
abrachet added reviewers: jhenderson, rupprecht.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.
UpdatableRange provides an interface to effectively make a const container mutable without copying every element or modifying the const container in any way.
This will eventually be used in D64281 <https://reviews.llvm.org/D64281>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64462
Files:
llvm/include/llvm/Support/UpdatableRange.h
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/UpdatableRangeTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64462.208856.patch
Type: text/x-patch
Size: 5572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/46855f9b/attachment.bin>
More information about the llvm-commits
mailing list