summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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