summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-5/+4
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Fix libcxx formatters for changes in r300140.Lang Hames2017-04-261-1/+17
* Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer2017-03-311-3/+2
* 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
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+3
* Fix the data formatter for std::multiset in libc++ - this is a trivial amount...Enrico Granata2016-10-041-25/+45
* Changes to the std::multimap formatter to make it work against trunk libc++ Enrico Granata2016-10-031-10/+50
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-394/+319
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-8/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-28/+25
* Reduce memory traffic in ConstString in the std::map formatterEnrico Granata2015-12-041-6/+14
* Do the same iterator caching optimization for std::mapEnrico Granata2015-12-041-48/+64
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-21/+23
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-0/+452
OpenPOWER on IntegriCloud