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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D115137
[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 Timelinedanilashtefan created this revision. This revision is now accepted and ready to land.Dec 6 2021, 12:40 PM Closed by commit rG6622c1411339: [formatters] Add a pointer and reference tests for a list and forward_list… (authored by danilashtefan, committed by Walter Erquinigo <wallace@fb.com>). · Explain WhyDec 6 2021, 1:42 PM This revision was automatically updated to reflect the committed changes. labath mentioned this in rG88c183e978ed: [lldb] Fix TestDataFormatterGenericList.Dec 8 2021, 4:44 AM
Revision Contents
Diff 392168 lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/forward_list/TestDataFormatterGenericForwardList.py
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/forward_list/main.cpp
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/list/TestDataFormatterGenericList.py
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/list/main.cpp
|