llvm-project/llvm/lib/Support/Windows
Rafael Espindola a6e9c3e43a Remove system_error.h.
This is a minimal change to remove the header. I will remove the occurrences
of "using std::error_code" in a followup patch.

llvm-svn: 210803
2014-06-12 17:38:55 +00:00
..
DynamicLibrary.inc Clean up language and grammar. 2014-05-20 17:11:11 +00:00
Host.inc Windows: canonicalise the default windows triple 2014-03-29 01:08:53 +00:00
Memory.inc Used mapWindowsError. I missed these in the initial transition. 2014-06-12 01:25:33 +00:00
Mutex.inc Rename Windows.h to WindowsSupport.h to avoid ambiguity 2014-02-12 21:26:20 +00:00
Path.inc Replace llvm::error_code with std::error_code. 2014-06-12 14:11:22 +00:00
Process.inc Use std::error_code instead of llvm::error_code. 2014-06-11 19:05:50 +00:00
Program.inc Prefix generic_category with std::. 2014-06-12 02:52:22 +00:00
RWMutex.inc Rename Windows.h to WindowsSupport.h to avoid ambiguity 2014-02-12 21:26:20 +00:00
Signals.inc Use simpler form of llvm::sys::fs::remove. 2014-02-23 13:37:37 +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 Remove system_error.h. 2014-06-12 17:38:55 +00:00
explicit_symbols.inc