Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior. Reviewe...
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 28 May 2019 22:42:32 +0000 (22:42 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 28 May 2019 22:42:32 +0000 (22:42 +0000)
commit1efbe67414fd66e74050fb02100f04265e0a51ae
tree89bb7d875be676684cae2de8e9c4a02f91d47643
parentd02da8f42c2eb60dcf97120e2baeced43c1ec6e6
Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior. Reviewed as https://reviews.llvm.org/D61828. Thanks to Mark for the catch and the fix.

llvm-svn: 361887
libcxx/include/regex
libcxx/test/std/re/re.regex/re.regex.construct/bad_range.pass.cpp [new file with mode: 0644]