summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* 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
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-3/+2
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Fix libcxx formatters for changes in r300140.Lang Hames2017-04-261-14/+52
* 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-1/+1
* Fixes for libc++ std::unordered_map data formatter against trunkEnrico Granata2016-10-051-4/+30
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-116/+116
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-14/+4
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-251-4/+7
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-10/+8
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-21/+21
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-0/+172
OpenPOWER on IntegriCloud