summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-2/+4
* Turns out, many people define structs named Point that do not share the same ...Enrico Granata2015-12-181-1/+1
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-101-0/+12
* Add data formatters for NSError and NSExceptionEnrico Granata2015-11-061-0/+6
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-201-0/+2
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-8/+10
* Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata2015-10-141-0/+2
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-071-0/+81
* Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata2015-10-021-0/+3
* Teach 'type lookup' to pull types from clang modules; also add a test caseEnrico Granata2015-10-021-16/+39
* Fix Android build after r249047.Oleksiy Vyalov2015-10-011-1/+1
* Add a 'type lookup' command. This command is meant to look up type informatio...Enrico Granata2015-10-011-0/+88
* Fix CMake build.Chaoren Lin2015-09-141-0/+2
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-0/+319
* Data formatter candidate matches can be generated in a number of ways; langua...Enrico Granata2015-09-091-0/+37
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-0/+232
* Add a new type of plugin: Language pluginEnrico Granata2015-08-271-0/+68
OpenPOWER on IntegriCloud