summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-151-3/+25
* Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-271-22/+0
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-271-0/+22
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+7
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Use llvm::ArrayRef rather than std::vector/std::initializer lists for someLang Hames2017-04-261-1/+2
* Fix libc++ vector<bool> data formatter (bug #32553)Pavel Labath2017-04-121-149/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Resubmit "Remove an output-parameter from Variable function".Zachary Turner2016-11-181-10/+12
* Revert "Remove an out param from ValueObject::GetValueForExpressionPath."Zachary Turner2016-11-181-12/+10
* Remove an out param from ValueObject::GetValueForExpressionPath.Zachary Turner2016-11-181-10/+12
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata2016-11-071-1/+2
* Fix an issue where libc++ changed the type information we get for std::map::i...Enrico Granata2016-09-281-5/+64
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-516/+520
* Add a data formatter for std::function in libcxxEnrico Granata2016-08-311-0/+23
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-41/+35
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-4/+21
* Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata2015-10-071-1/+1
* Introduce the notion of an escape helper. Different languages have different ...Enrico Granata2015-09-091-6/+6
* Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata2015-09-091-4/+4
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-0/+636
OpenPOWER on IntegriCloud