From: Daniel Dunbar Date: Thu, 12 Mar 2009 18:31:08 +0000 (+0000) Subject: Driver: Drop some unnecessary uses of clang namespace. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba7db7d8b4ea8f9c24aba8c75a228ffc0857964e;p=clang Driver: Drop some unnecessary uses of clang namespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66813 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/OptTable.cpp b/lib/Driver/OptTable.cpp index b2d14ca27f..d0124057c5 100644 --- a/lib/Driver/OptTable.cpp +++ b/lib/Driver/OptTable.cpp @@ -14,7 +14,6 @@ #include "clang/Driver/Option.h" #include -using namespace clang; using namespace clang::driver; using namespace clang::driver::options; diff --git a/lib/Driver/Option.cpp b/lib/Driver/Option.cpp index 083eb8e9da..503b54d8fe 100644 --- a/lib/Driver/Option.cpp +++ b/lib/Driver/Option.cpp @@ -14,7 +14,6 @@ #include "llvm/Support/raw_ostream.h" #include #include -using namespace clang; using namespace clang::driver; Option::Option(OptionClass _Kind, options::ID _ID, const char *_Name, diff --git a/lib/Driver/Types.cpp b/lib/Driver/Types.cpp index 7affa2d93a..88389c9ce3 100644 --- a/lib/Driver/Types.cpp +++ b/lib/Driver/Types.cpp @@ -12,7 +12,6 @@ #include #include -using namespace clang; using namespace clang::driver; using namespace clang::driver::types;