summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ↵Eugene Zelenko2015-10-201-11/+11
| | | | | | | | other minor fixes. Differential Revision: http://reviews.llvm.org/D13876 llvm-svn: 250789
* Add a new type of plugin: Language pluginEnrico Granata2015-08-271-0/+63
The Language plugin is menat to answer language-specific questions that are not bound to the existence of a process. Those are still the domain of the LanguageRuntime plugin The Language plugin will, instead, answer questions such as providing language-specific data formatters or expression evaluation At the moment, the interface is hollowed out, and empty do-nothing plugins have been setup for ObjC, C++ and ObjC++ llvm-svn: 246212
OpenPOWER on IntegriCloud