aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/data-formatter-stl
AgeCommit message (Expand)AuthorFilesLines
3 days[lldb] Add MSVC STL std::*_ordering summary providers (#175070)Sergei Druzhkov1-0/+7
3 days[lldb] Add libcxx std::*_ordering summary providers (#174227)Sergei Druzhkov1-0/+5
7 days[lldb][test] TestDataFormatterLibcxxOptionalSimulator.py: skip on older Clang...Michael Buch1-8/+1
14 daysReland [LLDB] Fix MS STL variant with non-trivial types and PDB (#176189)Nerixyz2-0/+30
2026-01-14Revert "[LLDB] Fix MS STL `variant` with non-trivial types" (#176059)Jonas Devlieghere2-26/+0
2026-01-12[LLDB] Fix MS STL `variant` with non-trivial types (#171489)Nerixyz2-0/+26
2026-01-08[lldb] Add std::*_ordering summary providers (#174195)Sergei Druzhkov3-0/+70
2026-01-08[LLDB] Run MSVC STL deque tests with PDB (#172360)Nerixyz1-0/+2
2026-01-07[LLDB] Add MSVC STL span formatter (#173053)Nerixyz1-5/+24
2026-01-06[lldb] Add libstdcpp string view summary provider (#171854)Sergei Druzhkov2-1/+5
2025-12-19[LLDB] Run MSVC STL unordered tests with PDB (#172731)nerix1-6/+38
2025-12-18[LLDB] Run MSVC STL vector tests with PDB (#172726)nerix1-4/+16
2025-12-16[LLDB] Run MSVC STL atomic tests with PDB (#172349)nerix1-0/+2
2025-12-11[LLDB] Run MSVC variant test with PDB (#171858)nerix1-0/+2
2025-12-09[LLDB] Run MSVC STL optional test with PDB (#171486)nerix1-2/+12
2025-12-09[LLDB] Run MSVC STL (forward-)list test with PDB (#166953)nerix3-0/+5
2025-12-09[LLDB] Run MSVC STL smart pointer tests with PDB (#166946)nerix2-3/+23
2025-12-03[lldb] add libstdcpp span formatter (#168705)Ebuka Ezike1-7/+19
2025-11-19[lldb][test] Correctly skip a test on a 32-bit target (#168631)Igor Kudrin1-1/+1
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike2-3/+14
2025-11-07[LLDB] Run MSVC STL string(-view) tests with PDB (#166833)nerix4-69/+122
2025-11-06[LLDB] Run working STL data formatter tests with PDB (#166812)nerix6-0/+12
2025-10-30[lldb][test] Fix libc++ API tests on older Clang versionsMichael Buch1-0/+2
2025-10-13[LLDB] Check type before creating `std::atomic` synthetic children (#163176)nerix3-0/+71
2025-10-02[lldb][test] Un-XFAIL TestDataFormatterStdUnorderedMap.py for older Clang ver...Michael Buch1-5/+0
2025-09-15[lldb][test] Fix unordered-map test. (#158286)Ebuka Ezike1-1/+0
2025-09-05[lldb][DataFormatter] Allow std::string formatters to match against custom al...Michael Buch2-0/+41
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere1-5/+5
2025-08-28[lldb][test] Run ranges::ref_vew test only for libc++ (#155813)Ebuka Ezike1-1/+0
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch5-8/+7
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-3/+0
2025-07-25[LLDB] Add formatters for MSVC STL std::string_view and friends (#150318)nerix5-4/+65
2025-07-23[LLDB] Add formatters for MSVC STL std::deque (#150097)nerix1-11/+21
2025-07-23[LLDB] Add formatters for MSVC STL map-like types (#148385)nerix6-31/+67
2025-07-22[LLDB] Add formatters for MSVC STL unordered containers (#149519)nerix1-7/+18
2025-07-22[LLDB] Add formatters for MSVC STL std::atomic (#149801)nerix1-0/+6
2025-07-21[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix1-0/+6
2025-07-21[LLDB] Add formatters for MSVC STL std::optional (#149545)nerix1-7/+11
2025-07-16[LLDB] Add formatters for MSVC STL std::(forward_)list (#148285)nerix4-37/+54
2025-07-16[LLDB] Add formatters for MSVC STL std::vector (#147538)nerix3-3/+71
2025-07-15[LLDB] Add formatters for MSVC STL std::tuple (#148548)nerix2-0/+7
2025-07-14[LLDB] Add formatters for MSVC STL std::unique_ptr (#148248)nerix1-0/+11
2025-07-11[LLDB] Add formatters for MSVC STL std::shared_ptr (#147575)nerix1-0/+6
2025-07-11[lldb][test] Combine libstdc++ and libc++ iterator tests into generic test (#...Michael Buch6-141/+12
2025-07-09[lldb][test] Move std::function from libcxx to generic directory (#147701)Michael Buch4-63/+55
2025-07-09[lldb][test] Move std::initializer_list from libcxx to generic directory (#14...Michael Buch4-22/+17
2025-07-09[lldb][test] Fix MSVC std::string formatter testsMichael Buch2-1/+4
2025-07-09[lldb][test] Move std::ranges::ref_view from libcxx to generic directory (#14...Michael Buch3-7/+9
2025-07-09[lldb][test] Merge MSVC STL std::(u8)string tests into generic directory (#14...Michael Buch8-182/+106
2025-07-09[lldb][test] Move std::valarray from libcxx to generic directory (#147704)Michael Buch3-8/+7