[PATCH] D42693: [libcxx] Handle invalid escaped characters in POSIX regex

Mikhail Maltsev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 1 03:36:53 PST 2018


miyuki added inline comments.


================
Comment at: include/regex:3490
             {
                 switch (*__temp)
                 {
----------------
mclow.lists wrote:
> Do we need any more cases here?
Probably not, but we should throw an exception here as well.


https://reviews.llvm.org/D42693





More information about the cfe-commits mailing list