[libcxx-commits] [PATCH] D63284: [libc++] Keep __regex_word in sync with ctype_base

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 13 10:59:00 PDT 2019


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

I looked at it and I don't think this is an ABI break. Because of the way `__regex_word` is used (it's never passed through an ABI boundary, instead we use `"w"`. Also this doesn't impact Apple platforms, so I'm personally fine with it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63284





More information about the libcxx-commits mailing list