Add data formatter for libstdc++ tuple
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
There are same problems with formatting as in D25726. Also test case main() has wrong indentation.
Comment Actions
Just minor nits from my side.
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/Makefile | ||
---|---|---|
5 | I don't think this is necessary. | |
8 | Replace with CFLAGS_EXTRAS += $(NO_LIMIT_DEBUG_INFO_FLAGS) | |
source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp | ||
58 | ||
77 | You can use %z now. |
Comment Actions
Sorry, I missed that part. I just submitted r284831 what should fix the header order for both case.
I don't think this is necessary.