<rdar://problem/12725746>
authorEnrico Granata <egranata@apple.com>
Thu, 10 Jan 2013 22:08:35 +0000 (22:08 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 10 Jan 2013 22:08:35 +0000 (22:08 +0000)
commitf68df12fb039d5177e34f4541fa242b891949db6
tree2d1276ea2c339b9417faf19cf737c1911fa24f4f
parent56df644323a5a808cb5559c519ddfc747fcc2eb8
<rdar://problem/12725746>

Providing data formatters for char16_t* and char32_t* C++11-style Unicode strings
Using this chance to refactor the UTF data reader used for data formatters for added generality
Added a relevant test case

llvm-svn: 172119
lldb/include/lldb/Core/CXXFormatterFunctions.h
lldb/source/Core/CXXFormatterFunctions.cpp
lldb/source/Core/FormatManager.cpp
lldb/test/lang/cpp/char1632_t/Makefile [new file with mode: 0644]
lldb/test/lang/cpp/char1632_t/TestChar1632T.py [new file with mode: 0644]
lldb/test/lang/cpp/char1632_t/main.cpp [new file with mode: 0644]