It's similar to back_insert_iterator
Needed for D114924
Paths
| Differential D114980
[NFC][sanitizer] Iterator adaptors for Leb128 encoding ClosedPublic Authored by vitalybuka on Dec 2 2021, 11:53 AM.
Details
Diff Detail
Event Timelinevitalybuka added a child revision: D114924: [sanitizer] Hook up LZW into stack store.Dec 2 2021, 11:55 AM Comment Actions Also should we add tests for this?
Comment Actions
It's trivial and I don't plan to expose it into shared headers.
This revision is now accepted and ready to land.Dec 2 2021, 2:44 PM Closed by commit rG5f1d1854eb14: [NFC][sanitizer] Iterator adaptors for Leb128 encoding (authored by vitalybuka). · Explain WhyDec 3 2021, 12:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391715 compiler-rt/lib/sanitizer_common/sanitizer_stack_store.cpp
|
Why is this needed? Looks like both ++ operators are not changing anything.