summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
Commit message (Expand)AuthorAgeFilesLines
* [Breakpoint] Make breakpoint language agnosticAlex Langford2019-05-111-12/+12
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-5/+5
* 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
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-0/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-061-0/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-180/+128
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-1/+2
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-101-0/+3
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-9/+9
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-071-0/+4
* Add a 'type lookup' command. This command is meant to look up type informatio...Enrico Granata2015-10-011-0/+3
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-0/+3
* Data formatter candidate matches can be generated in a number of ways; langua...Enrico Granata2015-09-091-3/+6
* Fix ObjCLanguage::MethodName::GetCategory after r246616; I was just moving th...Jim Ingham2015-09-031-1/+1
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-0/+131
* Add a new type of plugin: Language pluginEnrico Granata2015-08-271-0/+63
OpenPOWER on IntegriCloud