summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/function
AgeCommit message (Collapse)Author
2025-07-09[lldb][test] Move std::function from libcxx to generic directory (#147701)Michael Buch
This just moves the test from `libcxx` to `generic`. There are currently no `std::function` formatters for libstdc++ so I didn't add a test-case for it. Split out from https://github.com/llvm/llvm-project/pull/146740