summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/Cocoa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-1150/+0
* Introduce the notion of an escape helper. Different languages have different ...Enrico Granata2015-09-091-15/+15
* Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata2015-09-091-8/+8
* Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata2015-09-041-4/+12
* CXXFormatterFunctions.{h|cpp} is not a good thing to have around, so start sp...Enrico Granata2015-09-031-0/+581
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-4/+4
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-13/+13
* The NSDate formatter should use GMT instead of the local timezone. Fixes rdar...Enrico Granata2014-10-151-1/+1
* <rdar://problem/16540961>Enrico Granata2014-04-101-4/+2
* Huge change to clean up types.Greg Clayton2013-07-111-7/+4
* Fix various build warnings.Matt Kopec2013-06-031-1/+3
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-1/+1
* Changes to the ObjC runtimeEnrico Granata2013-04-241-1/+4
* Closing parentheses is good - doing it while respecting printf format specifi...Enrico Granata2013-04-231-1/+1
* Closing parentheses once they are open is a good ideaEnrico Granata2013-04-231-1/+1
* <rdar://problem/13563628>Enrico Granata2013-04-051-8/+5
* Data formatters cleanup:Enrico Granata2013-03-261-1/+1
* Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_InvalidEnrico Granata2013-03-201-1/+2
* The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...Enrico Granata2013-03-191-0/+565
OpenPOWER on IntegriCloud