We don't need to check for windows' error codes in here.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 5 Jul 2013 14:15:24 +0000 (14:15 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 5 Jul 2013 14:15:24 +0000 (14:15 +0000)
commit1d0912a475059c08018f4b18c055dc974d07451d
tree2ae920010369cffe9fef5ff300127d89dab6c41e
parent8976ea72ab70254e6bbe5fce2b75b316a45b540b
We don't need to check for windows' error codes in here.

The operator== calls equivalent which calls default_error_condition which
handles windows to posix conversion.

llvm-svn: 185702
clang/lib/Frontend/CompilerInstance.cpp