commit | 3acea39853d1a5ef2f3920c27f5748778fe53af9 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 12 21:46:39 2014 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 12 21:46:39 2014 +0000 |
tree | f93b4e1c0fcdb02cf6c80b8e894f0f3b92f1bcac | |
parent | b6e7d64f3070db641c332ca495215b8c3b887882 [diff] [blame] |
Don't use 'using std::error_code' in include/llvm. This should make sure that most new uses use the std prefix. llvm-svn: 210835
diff --git a/llvm/lib/DebugInfo/DWARFContext.cpp b/llvm/lib/DebugInfo/DWARFContext.cpp index e52e8af..110fd81 100644 --- a/llvm/lib/DebugInfo/DWARFContext.cpp +++ b/llvm/lib/DebugInfo/DWARFContext.cpp
@@ -21,6 +21,7 @@ using namespace llvm; using namespace dwarf; using namespace object; +using std::error_code; #define DEBUG_TYPE "dwarf"