summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/builtin-formats/main.cpp
AgeCommit message (Collapse)Author
2023-10-13[LLDB] Fix type formatting empty c-strings (#68924)Walter Erquinigo
The type formatter code is effectively considering empty strings as read errors, which is wrong. The fix is very simple. We should rely on the error object and stop checking the size. I also added a test.
2020-06-19[lldb][NFC] Add test for builtin formatsRaphael Isemann