| commit | a813d608a943579804eb9f12c8ede2955bb3a777 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Jun 11 03:58:34 2014 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Jun 11 03:58:34 2014 +0000 |
| tree | d77b568b616cc527538721269ccdf1aa6283798d | |
| parent | 6a9aae77d4bc6eb644c106fc79be6f59c53c5ba1 [diff] |
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. llvm-svn: 210631