llvm-project/lldb/source/Host/windows
Zachary Turner 171d943ac5 Fix warnings found with clang-cl.
Earlier this week I was able to get clang-cl on Windows to be
able to self host.  This opened the door to being able to
get a whole new slew of warnings for the Windows build.

This patch fixes all of the warnings, many of which were real
bugs.

llvm-svn: 230522
2015-02-25 18:42:47 +00:00
..
getopt Fix warnings found with clang-cl. 2015-02-25 18:42:47 +00:00
Condition.cpp Windows fix: Condition::Wait returned failure when it actually succeeded (SleepConditionVariableCS returns non-zero for success) 2014-06-03 14:33:41 +00:00
ConnectionGenericFileWindows.cpp Fix warnings found with clang-cl. 2015-02-25 18:42:47 +00:00
EditLineWin.cpp Fix warnings found with clang-cl. 2015-02-25 18:42:47 +00:00
FileSystem.cpp Avoid crashing by not mmap'ing files on network mounted file systems. 2015-02-23 23:47:09 +00:00
Host.cpp Add missing #include. This should fix the Windows build. 2015-02-21 04:45:12 +00:00
HostInfoWindows.cpp Fix compilation failure on Windows. 2015-02-03 18:26:00 +00:00
HostProcessWindows.cpp Fix warnings found with clang-cl. 2015-02-25 18:42:47 +00:00
HostThreadWindows.cpp Only compile RegisterContextWindows_x86.cpp for x86 host architecture. 2014-12-18 18:21:33 +00:00
Makefile Fix Mingw build. 2015-02-11 10:14:13 +00:00
Mutex.cpp Remove <windows.h> from lldb-types.h. 2013-09-04 13:56:11 +00:00
PipeWindows.cpp Make PipeWindows::CreateWithUniqueName() use GUIDs on Windows. 2015-02-11 18:21:28 +00:00
ProcessLauncherWindows.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00
ProcessRunLock.cpp Change type of a few members of a struct from unsigned to signed. 2014-03-13 10:47:49 +00:00
ThisThread.cpp Fix warnings found with clang-cl. 2015-02-25 18:42:47 +00:00
Windows.cpp [Windows] Delegate str[n]casecmp to the appropriate MSVCRT func. 2014-07-29 19:08:55 +00:00