[all-commits] [llvm/llvm-project] 1ec433: Implement data formatters for LibStdC++ std::varia...
jeffreytan81 via All-commits
all-commits at lists.llvm.org
Mon Oct 2 17:46:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ec4330f7e4d9b1ed1880c957e9e897f4eaf204f
https://github.com/llvm/llvm-project/commit/1ec4330f7e4d9b1ed1880c957e9e897f4eaf204f
Author: jeffreytan81 <jeffreytan at meta.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M lldb/examples/synthetic/gnu_libstdcpp.py
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/variant/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/variant/TestDataFormatterLibStdcxxVariant.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/variant/main.cpp
Log Message:
-----------
Implement data formatters for LibStdC++ std::variant (#68012)
This patch implements the data formatters for LibStdC++ `std::variant`.
---------
Co-authored-by: jeffreytan81 <jeffreytan at fb.com>
More information about the All-commits
mailing list