aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-394/+319
2016-07-06Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata1-8/+1
2016-02-29Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko1-28/+25
2015-12-04Reduce memory traffic in ConstString in the std::map formatterEnrico Granata1-6/+14
2015-12-04Do the same iterator caching optimization for std::mapEnrico Granata1-48/+64
2015-10-20Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko1-21/+23
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata1-0/+452