summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/data-formatter-stl
AgeCommit message (Expand)Author
2025-11-19[lldb][test] Correctly skip a test on a 32-bit target (#168631)Igor Kudrin
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike
2025-11-07[LLDB] Run MSVC STL string(-view) tests with PDB (#166833)nerix
2025-11-06[LLDB] Run working STL data formatter tests with PDB (#166812)nerix
2025-10-30[lldb][test] Fix libc++ API tests on older Clang versionsMichael Buch
2025-10-13[LLDB] Check type before creating `std::atomic` synthetic children (#163176)nerix
2025-10-02[lldb][test] Un-XFAIL TestDataFormatterStdUnorderedMap.py for older Clang ver...Michael Buch
2025-09-15[lldb][test] Fix unordered-map test. (#158286)Ebuka Ezike
2025-09-05[lldb][DataFormatter] Allow std::string formatters to match against custom al...Michael Buch
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-08-28[lldb][test] Run ranges::ref_vew test only for libc++ (#155813)Ebuka Ezike
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-25[LLDB] Add formatters for MSVC STL std::string_view and friends (#150318)nerix
2025-07-23[LLDB] Add formatters for MSVC STL std::deque (#150097)nerix
2025-07-23[LLDB] Add formatters for MSVC STL map-like types (#148385)nerix
2025-07-22[LLDB] Add formatters for MSVC STL unordered containers (#149519)nerix
2025-07-22[LLDB] Add formatters for MSVC STL std::atomic (#149801)nerix
2025-07-21[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix
2025-07-21[LLDB] Add formatters for MSVC STL std::optional (#149545)nerix
2025-07-16[LLDB] Add formatters for MSVC STL std::(forward_)list (#148285)nerix
2025-07-16[LLDB] Add formatters for MSVC STL std::vector (#147538)nerix
2025-07-15[LLDB] Add formatters for MSVC STL std::tuple (#148548)nerix
2025-07-14[LLDB] Add formatters for MSVC STL std::unique_ptr (#148248)nerix
2025-07-11[LLDB] Add formatters for MSVC STL std::shared_ptr (#147575)nerix
2025-07-11[lldb][test] Combine libstdc++ and libc++ iterator tests into generic test (#...Michael Buch
2025-07-09[lldb][test] Move std::function from libcxx to generic directory (#147701)Michael Buch
2025-07-09[lldb][test] Move std::initializer_list from libcxx to generic directory (#14...Michael Buch
2025-07-09[lldb][test] Fix MSVC std::string formatter testsMichael Buch
2025-07-09[lldb][test] Move std::ranges::ref_view from libcxx to generic directory (#14...Michael Buch
2025-07-09[lldb][test] Merge MSVC STL std::(u8)string tests into generic directory (#14...Michael Buch
2025-07-09[lldb][test] Move std::valarray from libcxx to generic directory (#147704)Michael Buch
2025-07-09[lldb][test] Move std::unordered_map::iterator from libcxx to generic… (#14...Michael Buch
2025-07-09[lldb][test] Move std::span from libcxx to generic directory (#147680)Michael Buch
2025-07-09[lldb][test] Move std::string_view from libcxx to generic directory (#147563)Michael Buch
2025-07-08[lldb][test] Move std::queue from libcxx to generic directory (#147529)Michael Buch
2025-07-08[lldb][Formatters] Consistently unwrap pointer element_type in std::shared_pt...Michael Buch
2025-07-08[lldb][test] Combine libstdc++ and libc++ std::string tests into generic test...Michael Buch
2025-07-08[lldb][test] Combine libstdc++ and libc++ std::variant tests into generic tes...Michael Buch
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix
2025-07-08[lldb][test] Combine libstdc++ and libc++ tuple tests into generic test (#147...Michael Buch
2025-07-07[lldb][test] Fix libstdc++ std::variant formatter tests for valueless variant...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::shared_ptr tests into generic ...Michael Buch
2025-07-07[lldb][Formatters] Add shared/weak count to libstdc++ std::shared_ptr summary...Michael Buch
2025-07-07[lldb][test] Split out libc++ std::string tests that check corrupted strings ...Michael Buch
2025-07-07[lldb][Formatter] Consolidate libstdc++ and libc++ unique_ptr formatter tests...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (#...Michael Buch
2025-07-07[lldb][Formatters] Make libc++ and libstdc++ std::shared_ptr formatters consi...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ vector<bool> tests into generic tes...Michael Buch
2025-07-04[lldb][Formatters] Fix weak reference count for std::shared_ptr/std::weak_ptr...Michael Buch