[all-commits] [llvm/llvm-project] 0e4264: [lldb][libc++] Adds chrono data formatters.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed Oct 25 10:37:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e4264ab1e7a3d82a32d0d096d014afade1e2fae
https://github.com/llvm/llvm-project/commit/0e4264ab1e7a3d82a32d0d096d014afade1e2fae
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/chrono/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/chrono/TestDataFormatterLibcxxChrono.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/chrono/main.cpp
Log Message:
-----------
[lldb][libc++] Adds chrono data formatters.
This adds the data formatters for chrono duration typedefs.
Reviewed By: Michael137
Differential Revision: https://reviews.llvm.org/D159127
More information about the All-commits
mailing list