aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-516/+520
2016-08-31Add a data formatter for std::function in libcxxEnrico Granata1-0/+23
2016-02-29Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko1-41/+35
2015-11-04Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata1-4/+21
2015-10-07Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata1-1/+1
2015-09-09Introduce the notion of an escape helper. Different languages have different ...Enrico Granata1-6/+6
2015-09-09Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata1-4/+4
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata1-0/+636