NSSet formatter is now C++ code
authorEnrico Granata <egranata@apple.com>
Fri, 15 Feb 2013 23:38:37 +0000 (23:38 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 15 Feb 2013 23:38:37 +0000 (23:38 +0000)
commitf615b80d0871d865cd86974e7823aeda6ef68b87
treef3d6f54b3df9b43f056d6217a8a09ed3a435173c
parente9434778f7a98d40c7d9edf537c70fc817225053
NSSet formatter is now C++ code
Split some NS* formatters in their own source files
Refactored a utility function for the C++ formatters to use
Fixed the skip-summary test case to be explicit about requiring libstdc++ for operation

llvm-svn: 175323
lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/DataFormatters/CXXFormatterFunctions.cpp
lldb/source/DataFormatters/FormatManager.cpp
lldb/source/DataFormatters/NSArray.cpp [new file with mode: 0644]
lldb/source/DataFormatters/NSDictionary.cpp [new file with mode: 0644]
lldb/source/DataFormatters/NSSet.cpp [new file with mode: 0644]
lldb/test/functionalities/data-formatter/data-formatter-skip-summary/Makefile