This is an archive of the discontinued LLVM Phabricator instance.

[libcxx, regex] Fix signed overflow when constructing integers from brace expressions.
ClosedPublic

Authored by timshen on Oct 18 2017, 12:33 PM.

Details

Summary

This should unblock PR24411.

Event Timeline

timshen created this revision.Oct 18 2017, 12:33 PM
timshen retitled this revision from [libcxx] Fix signed overflow when constructing integers from brace expressions. to [libcxx, regex] Fix signed overflow when constructing integers from brace expressions..Oct 18 2017, 12:39 PM
This revision is now accepted and ready to land.Oct 19 2017, 10:39 AM
mclow.lists closed this revision.Oct 19 2017, 10:39 AM

Committed as revision 316172.