summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add missing include to ObjCLanguage.cpp to fix buildRaphael Isemann2019-11-121-0/+1
* [lldb] Check if we actually have a Clang type in ObjCLanguage::GetPossibleFor...Raphael Isemann2019-11-121-1/+1
* [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...Alex Langford2019-09-091-0/+1
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* [Symbol] Add DeclVendor::FindTypesAlex Langford2019-07-021-29/+15
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-3/+2
* [Breakpoint] Make breakpoint language agnosticAlex Langford2019-05-111-33/+36
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* [ObjCLanguage] Remove LLDB_DISABLE_PYTHON markers from the formatters.Davide Italiano2019-03-141-6/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-7/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb] Add synthetic frontend for _NSCallStackArrayKuba Mracek2018-11-121-0/+7
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-0/+9
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-131-0/+4
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-9/+8
* Updated NSNumber formatter for new internal representation.Sean Callanan2017-06-191-0/+5
* Avoid invalid string access in ObjCLanguage::MethodName::SetNameStephane Sezer2017-06-051-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-6/+6
* Add support to the ObjC type scavenger for finding types via debug infoEnrico Granata2016-11-031-1/+14
* Add helpers for the notion of a type scavenger that is "either this or that" ...Enrico Granata2016-11-011-50/+55
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-061-28/+33
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-768/+962
* Add NSTaggedPointerString to the table of data formattersEnrico Granata2016-06-291-0/+1
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-081-5/+0
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-011-0/+1
* Make it so that the data formatter for NSError can see through a variable of ...Enrico Granata2016-03-151-4/+1
* Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata2016-02-291-0/+4
* 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