hanchenye-llvm-project/lldb/source/DataFormatters
Enrico Granata 1c333d071f An NSData with 0 bytes in it would report a summary of “0 byte”
Making sure that I get my English right by saying “0 bytes” instead

llvm-svn: 182978
2013-05-31 01:14:22 +00:00
..
CF.cpp The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python 2013-03-19 22:58:48 +00:00
CMakeLists.txt Update source/DataFormatters/CMakeLists.txt to reflect actual source files. 2013-03-20 10:30:02 +00:00
CXXFormatterFunctions.cpp An NSData with 0 bytes in it would report a summary of “0 byte” 2013-05-31 01:14:22 +00:00
Cocoa.cpp Fixed a few obvious errors pointed out by the static analyzer. 2013-05-15 18:27:08 +00:00
DataVisualization.cpp
FormatCache.cpp Fix clang warnings related to python macro redefinition and printf format specifiers. 2013-02-21 23:55:31 +00:00
FormatClasses.cpp
FormatManager.cpp <rdar://problem/11669154> 2013-05-06 18:55:52 +00:00
LibCxx.cpp Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. 2013-05-23 20:47:45 +00:00
LibCxxList.cpp Much better way to get at the size of an std::list 2013-04-22 23:36:35 +00:00
LibCxxMap.cpp Harden against potential empty nodes in the map 2013-05-03 19:07:20 +00:00
LibStdcpp.cpp Fix clang warnings related to python macro redefinition and printf format specifiers. 2013-02-21 23:55:31 +00:00
Makefile Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
NSArray.cpp <rdar://problem/13437949> 2013-04-23 01:13:50 +00:00
NSDictionary.cpp <rdar://problem/13437949> 2013-04-23 01:13:50 +00:00
NSSet.cpp <rdar://problem/12529989> 2013-04-27 00:27:20 +00:00
TypeCategory.cpp Fix clang warnings related to python macro redefinition and printf format specifiers. 2013-02-21 23:55:31 +00:00
TypeCategoryMap.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
TypeFormat.cpp Fix clang warnings related to python macro redefinition and printf format specifiers. 2013-02-21 23:55:31 +00:00
TypeSummary.cpp Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. 2013-05-23 20:47:45 +00:00
TypeSynthetic.cpp The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python 2013-03-19 22:58:48 +00:00