summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
AgeCommit message (Expand)Author
2024-11-12[lldb] Support true/false in ValueObject::SetValueFromCString (#115780)Jonas Devlieghere
2023-10-09[lldb] add stop-at-user-entry option to process launch (#67019)José Lira Junior
2023-05-22[lldb][NFCI] Change return type of Language::GetInstanceVariableNameAlex Langford
2023-03-21[lldb] Refactor deduction of the instance variable's name (NFC)Dave Lee
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2020-11-12[lldb/DataFormatters] Display null C++ pointers as nullptrJonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-20Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko
2015-08-27Add a new type of plugin: Language pluginEnrico Granata