[all-commits] [llvm/llvm-project] b0cc18: [lldb][test] Move std::span from libcxx to generic...
Michael Buch via All-commits
all-commits at lists.llvm.org
Wed Jul 9 04:57:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0cc1867a3b84867db5add7d631d4b0c1c10b13b
https://github.com/llvm/llvm-project/commit/b0cc1867a3b84867db5add7d631d4b0c1c10b13b
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-07-09 (Wed, 09 Jul 2025)
Changed paths:
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/main.cpp
R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/Makefile
R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py
R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/main.cpp
Log Message:
-----------
[lldb][test] Move std::span from libcxx to generic directory (#147680)
This just moves the test from `libcxx` to `generic`. There are currently
no `std::span` formatters for libstdc++ so I didn't add a test-case for
it.
Split out from https://github.com/llvm/llvm-project/pull/146740
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list