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