diff options
author | Jordan Rose <jordan_rose@apple.com> | 2014-03-20 15:54:16 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2014-03-20 15:54:16 +0000 |
commit | 202113ff5bee7c893fa6b338db6abfedc0d5ff6f (patch) | |
tree | cf87ade1cd629eb18d46b558ad4bb8b92e8f137c /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp | |
parent | cf91db94773cad6c4c9c9a1bf2d19b89865e4c56 (diff) | |
download | llvm-202113ff5bee7c893fa6b338db6abfedc0d5ff6f.zip llvm-202113ff5bee7c893fa6b338db6abfedc0d5ff6f.tar.gz llvm-202113ff5bee7c893fa6b338db6abfedc0d5ff6f.tar.bz2 |
Remove wchar_t* buffer from scanf format fix-it test.
Amends r204300 to not try to test fixing a wchar_t* to "%ls", which we don't
do correctly anyway. In C mode, wchar_t is just a typedef for a normal
primitive integer type, not a distinct type like it is in C++. To make this
work correctly, we'll need to look for the wchar_t typedef, not just the
builtin type.
Should fix the buildbots.
llvm-svn: 204349
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp')
0 files changed, 0 insertions, 0 deletions