[libcxx-commits] [PATCH] D101676: [libc++] [LIBCXX-DEBUG-FIXME] Iterating a string::iterator "off the end" is UB.

Kristina Bessonova via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 3 11:11:37 PDT 2021


krisb accepted this revision.
krisb added a comment.

LGTM, but it may be worth adding a comment since it really looks like a valid case until realizing that dereferencing end() is UB.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101676



More information about the libcxx-commits mailing list