summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
AgeCommit message (Expand)Author
2025-06-17[LLDB] Consolidate C++ string buffer summaries (#144258)nerix
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2023-06-14[lldb][NFCI] Remove ProcessStructReader header where unusedAlex Langford
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2021-11-18[lldb] (Partially) enable formatting of utf strings before the program is sta...Pavel Labath
2021-10-29[lldb] Refactor C/C++ string and char summary providersLuís Ferreira
2021-08-04[nfc] [lldb] Prevent needless copies of DataExtractorJan Kratochvil
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-08-21Add char8_t support (C++20)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-02Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-14Miscellaneous fixes for big-endian systemsUlrich Weigand
2015-10-07Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata
2015-09-25Fix evaluation of unicode character arrays (char16_t[] and char32_t[])Dawn Perchik
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-09-09Introduce the notion of an escape helper. Different languages have different ...Enrico Granata
2015-09-09Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata