llvm-6502/lib/Support/Windows
Rafael Espindola e5e77d1cd8 Remove windows_error.
MSVC doesn't seem to provide any is_error_code_enum enumeration for the
windows errors.

Fortunately very few places in llvm have to handle raw windows errors, so
we can just construct the corresponding error_code directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210631 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-11 03:58:34 +00:00
..
DynamicLibrary.inc Clean up language and grammar. 2014-05-20 17:11:11 +00:00
explicit_symbols.inc
Host.inc
Memory.inc Use error_code() instead of error_code::succes() 2014-05-31 01:37:45 +00:00
Mutex.inc Rename Windows.h to WindowsSupport.h to avoid ambiguity 2014-02-12 21:26:20 +00:00
Path.inc Remove windows_error. 2014-06-11 03:58:34 +00:00
Process.inc Remove windows_error. 2014-06-11 03:58:34 +00:00
Program.inc Fix windows build. 2014-05-31 03:26:57 +00:00
RWMutex.inc Rename Windows.h to WindowsSupport.h to avoid ambiguity 2014-02-12 21:26:20 +00:00
Signals.inc
system_error.inc Fix windows build. 2014-05-31 03:26:57 +00:00
ThreadLocal.inc Rename Windows.h to WindowsSupport.h to avoid ambiguity 2014-02-12 21:26:20 +00:00
TimeValue.inc Use raw_ostream and Format.h on Windows so that we don't have to roll 2014-04-28 01:57:46 +00:00
Watchdog.inc Add a new watchdog timer interface. The interface does not permit handling timeouts, so 2013-03-26 01:27:52 +00:00
WindowsSupport.h Rename Windows.h to WindowsSupport.h to avoid ambiguity 2014-02-12 21:26:20 +00:00