[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://r
[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://reviews.llvm.org/D128077
show more ...
Improve optional formatterAs suggested by @labath in https://reviews.llvm.org/D114403, we shouldmake the formatter more resilient to corrupted data. The Libcxx versionexplicitly checks for engage
Improve optional formatterAs suggested by @labath in https://reviews.llvm.org/D114403, we shouldmake the formatter more resilient to corrupted data. The Libcxx versionexplicitly checks for engaged = 1, so we can do that as well for safety.Differential Revision: https://reviews.llvm.org/D114450
[formatters] Add a formatter for libstdc++ optionalBesides adding the formatter and the summary, this makes the libcxxtests also work for this case.This is the polished version of https://review
[formatters] Add a formatter for libstdc++ optionalBesides adding the formatter and the summary, this makes the libcxxtests also work for this case.This is the polished version of https://reviews.llvm.org/D114266,authored by Danil Stefaniuc.Differential Revision: https://reviews.llvm.org/D114403