This is an archive of the discontinued LLVM Phabricator instance.

[formatters] Add a pointer and reference tests for a list and forward_list formatters for libstdcpp and libcxx
ClosedPublic

Authored by danilashtefan on Dec 6 2021, 1:29 AM.

Details

Summary

This adds extra tests for libstdcpp and libcxx list and forward_list formatters to check whether formatter behaves correctly when applied on pointer and reference values.

Diff Detail

Event Timeline

danilashtefan requested review of this revision.Dec 6 2021, 1:29 AM
danilashtefan created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2021, 1:29 AM
danilashtefan edited the summary of this revision. (Show Details)Dec 6 2021, 1:31 AM
danilashtefan added a reviewer: wallace.
wallace accepted this revision.Dec 6 2021, 12:40 PM

thank you!

This revision is now accepted and ready to land.Dec 6 2021, 12:40 PM