]> granicus.if.org Git - clang/commit
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)
commitabab18373808f2a179a97b00d574e306970934d7
treeb03ff7d576b7c26f5fab39036f3f14a234d6f656
parentd6104f6c34639ebe66f83d955c5f32ea4a50c266
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInstance.cpp