summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
AgeCommit message (Expand)Author
2025-07-21[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix
2025-07-16[LLDB] Convert libstdc++ std::variant summary to C++ (#148929)nerix
2025-07-02[LLDB] Simplify libstdc++ string summaries (#146562)nerix
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2021-12-09Unify libstdcpp and libcxx formatters for `std::optional`Alisamar Husain
2021-10-26[formatters] Add a libstdcpp formatter for bitset and unify tests across stdlibsDanil Stefaniuc
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-10-21Add data formatter for libstdc++ unique_ptrTamas Berghammer
2016-10-21Add data formatter for libstdc++ tupleTamas Berghammer
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-06Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer
2015-10-22Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata