[all-commits] [llvm/llvm-project] 25159e: Fix libstdc++ data formatter for reference/pointer...
jeffreytan81 via All-commits
all-commits at lists.llvm.org
Fri May 12 10:10:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25159ee3af5cd1c05c010ea195b4b359df3fe820
https://github.com/llvm/llvm-project/commit/25159ee3af5cd1c05c010ea195b4b359df3fe820
Author: Jeffrey Tan <jeffreytan at fb.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/main.cpp
Log Message:
-----------
Fix libstdc++ data formatter for reference/pointer to std::string
This patch fixes libstdc++ data formatter for reference/pointer to std::string.
The failure testcases are added which succeed with the patch.
Differential Revision: https://reviews.llvm.org/D150313
More information about the All-commits
mailing list