summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check the result of creating a node from __next_ in the std::list formatter.Jim Ingham2019-03-121-1/+3
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+3
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-2/+1
* Update tuple/list/deque data formatters to work with newest libc++Pavel Labath2017-11-071-5/+13
* Add data formatter for libc++'s forward_listPavel Labath2017-10-311-85/+168
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* 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-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-373/+299
* Fix an issue where the libc++ std::list formatter wasn't recognizing the new ...Enrico Granata2016-07-191-2/+26
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-8/+4
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-19/+17
* Cache the incremental iterators as you traverse the list, so that you don't h...Enrico Granata2015-12-041-64/+79
* Improve the std::list data formatter to not need to calculate indices for eve...Enrico Granata2015-12-041-3/+6
* [DataFormatters] Make libc++ list loop detection linearPavel Labath2015-10-211-88/+113
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-22/+23
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-0/+370
OpenPOWER on IntegriCloud