aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter
AgeCommit message (Expand)AuthorFilesLines
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-16[LLDB] [Tests] Downgrade -Wincompatible-pointer-types to a warning in some te...Sirraide1-1/+1
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-18[lldb][test] TestNSDictionarySynthetic.py: adjust ptr depth in testMichael Buch1-1/+2
2025-07-17[lldb][test] Remove XFAIL from some Windows testsDavid Spickett1-4/+0
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] Compile API tests with exceptions enabled on Windows (#148691)nerix1-0/+1
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
2025-07-09[lldb][test] Move std::unordered_map::iterator from libcxx to generic… (#14...Michael Buch3-13/+17
2025-07-09[lldb][test] Move std::span from libcxx to generic directory (#147680)Michael Buch3-11/+14
2025-07-09[lldb][test] Move std::string_view from libcxx to generic directory (#147563)Michael Buch4-16/+17
2025-07-08[lldb][test] Move std::queue from libcxx to generic directory (#147529)Michael Buch3-7/+5
2025-07-08[lldb][Formatters] Consistently unwrap pointer element_type in std::shared_pt...Michael Buch1-0/+4
2025-07-08[lldb][test] Combine libstdc++ and libc++ std::string tests into generic test...Michael Buch7-201/+232
2025-07-08[lldb][test] Combine libstdc++ and libc++ std::variant tests into generic tes...Michael Buch8-232/+78
2025-07-08[LLDB] Add type summaries for MSVC STL strings (#143177)nerix8-5/+214
2025-07-08[lldb][test] Combine libstdc++ and libc++ tuple tests into generic test (#147...Michael Buch7-108/+78
2025-07-07[lldb][test] Fix libstdc++ std::variant formatter tests for valueless variant...Michael Buch2-16/+20