aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-155/+119
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra1-0/+3
2015-10-20Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko1-9/+8
2015-09-16Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata1-0/+6
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata1-3/+6
2015-09-02Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham1-0/+115
2015-08-27Add a new type of plugin: Language pluginEnrico Granata1-0/+63