This is an archive of the discontinued LLVM Phabricator instance.

Update tuple/list/deque data formatters to work with newest libc++
ClosedPublic

Authored by labath on Nov 3 2017, 9:38 AM.

Details

Summary

A couple of members of these data structures have been renamed in recent
months. This makes sure they still work with the latest libc++ version.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Nov 3 2017, 9:38 AM
EricWF resigned from this revision.Nov 6 2017, 6:44 PM
jingham accepted this revision.Nov 7 2017, 8:33 AM

This looks fine. Some day it would be nice to devise some markup in the STL that could be used to generate these formatters so we don't have to track them by hand, but that's a much longer term project.

This revision is now accepted and ready to land.Nov 7 2017, 8:33 AM
This revision was automatically updated to reflect the committed changes.