summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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