Add data formatter for libstdc++ tuple
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 ↗ | (On Diff #75032) | I don't think this is necessary. |
8 ↗ | (On Diff #75032) | Replace with CFLAGS_EXTRAS += $(NO_LIMIT_DEBUG_INFO_FLAGS) |
source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp | ||
58 ↗ | (On Diff #75032) | |
77 ↗ | (On Diff #75032) | 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.