]> granicus.if.org Git - clang/commit
Use error_code() instead of error_code::succes()
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 31 May 2014 01:26:30 +0000 (01:26 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 31 May 2014 01:26:30 +0000 (01:26 +0000)
commitfbb96d49ad234382a87e259c160379615e55dc86
tree723e1dc8dbb8ab54739579512bbd8050867e1cf3
parentad6f7dd83f058078ff6f7e4687e7ad3a23494c9a
Use error_code() instead of error_code::succes()

There is no std::error_code::success, so this removes much of the noise
in transitioning to std::error_code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209949 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/VirtualFileSystem.cpp
lib/Format/Format.cpp
lib/Frontend/FrontendActions.cpp