[libcxx-commits] [PATCH] D130212: [libc++][ranges] attempt to fix proxy iterator issues that cause Chromium to crash

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 20 18:06:55 PDT 2022


var-const accepted this revision.
var-const added a comment.
This revision is now accepted and ready to land.

LGTM. It looks like the new tests still pass even without the fix, which means we still have work to do there. However, the tests are a great starting point, and I manually verified that the fix works, so I think it's good to go.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130212/new/

https://reviews.llvm.org/D130212



More information about the libcxx-commits mailing list