[libcxx-commits] [PATCH] D152469: [libc++] Diagnose bad iterators in the classic algorithms
Evgeny Eltsin via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 20 11:54:17 PDT 2023
eaeltsin added a comment.
Here is another interesting bit - from all the failures that I'm seeing, ~70% are not in our internal code but in the open source code we are using (including the `LLVM` project itself). Fixing those problems in corresponding upstream repositories looks like a significant effort (here is the reason for my rough estimation of 3 weeks).
Yes, I think we need to be able to opt-out for quite some time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152469/new/
https://reviews.llvm.org/D152469
More information about the libcxx-commits
mailing list