summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix NSURL data formatter truncation issueDavide Italiano2019-11-201-21/+33
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+0
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-16/+15
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-32/+12
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* [Obj-C] Fix undefined behaviour(s) in the new NSTaggedDate formatter.Davide Italiano2019-02-051-28/+24
* Fix some warnings in building LLDB.Zachary Turner2019-01-291-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove unused variable. NFC.Benjamin Kramer2018-11-191-1/+0
* [Cocoa] Prefer llvm::SignExtend64. Pointed out by zturner.Davide Italiano2018-11-161-2/+1
* Fix some compilation failures introduced in recent patches.Zachary Turner2018-11-141-1/+2
* Suppress a "-Wliteral-conversion" compiler warning.Haojian Wu2018-11-141-1/+1
* [Cocoa] Implement formatter for the new NSDate representation.Davide Italiano2018-11-131-1/+63
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-131-0/+52
* [ObjC] Use llvm::StringRef in summary providersJonas Devlieghere2018-06-131-20/+19
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+3
* [ObjC] Fix the NSConcreteData formatter and test itVedant Kumar2018-02-221-8/+14
* switch on enum should be exhaustive and warning-freeTim Hammerquist2017-07-111-3/+9
* Fix some type-based warningsTim Hammerquist2017-06-291-2/+2
* Updated NSNumber formatter for new internal representation.Sean Callanan2017-06-191-15/+101
* Rename Error -> Status.Zachary Turner2017-05-121-10/+10
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* include Host/Time.h in Cocoa.cppPavel Labath2017-01-251-0/+1
* Make some code not manipulate the underlying string of a StreamString.Zachary Turner2016-11-151-32/+34
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-886/+826
* Add a non-code-running data formatter for __NSCFBooleanEnrico Granata2016-08-221-0/+36
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-251-6/+8
* Fix an issue where the NSDate data formatter was not using the proper alignme...Enrico Granata2016-05-241-1/+3
* Add a formatter for zero-sized NSDataEnrico Granata2016-04-111-0/+4
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-081-12/+0
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-011-44/+39
* On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...Enrico Granata2016-03-151-6/+12
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-16/+16
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* Do not accept nullptr descriptions as valid summaries to be printedEnrico Granata2015-10-291-2/+7
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-20/+26
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-071-11/+151
* Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...Enrico Granata2015-10-071-5/+5
* Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata2015-10-021-350/+9
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-1/+1
* Teach the ObjC data formatters to use the correct language when printing stringsEnrico Granata2015-09-151-0/+7
* Fix CMake build.Chaoren Lin2015-09-141-0/+1150
OpenPOWER on IntegriCloud