History log of /external/lldb/test/lang/cpp/wchar_t/main.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
06d58b0c68d98bfef948861e722789d7c7b1172c 11-Jan-2013 Enrico Granata <egranata@apple.com> <rdar://problem/11383764>

Making a data formatter for wchar_t *



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@172165 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/wchar_t/main.cpp
f34feefb6fe62d79a8a261a716194e34f1c4b8bc 10-Jan-2013 Enrico Granata <egranata@apple.com> <rdar://problem/11146929>

Enabling support for the wchar_t type.
Without the proper language option setup, clang's ASTContexts will be configured to have wchar_t == int
This patch enables the correct options to make sure that we report wchar_t as itself
Added a test case to make sure we do not regress



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@172038 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/wchar_t/main.cpp