Remove all uses of 'using std::error_code' from headers.

llvm-svn: 210866
This commit is contained in:
Rafael Espindola
2014-06-13 01:25:41 +00:00
parent bfd480d79f
commit bff5d0d16a
22 changed files with 67 additions and 64 deletions

View File

@@ -41,6 +41,7 @@
using namespace llvm;
using namespace llvm::object;
using std::error_code;
namespace opts {
cl::list<std::string> InputFilenames(cl::Positional,