From ba7db7d8b4ea8f9c24aba8c75a228ffc0857964e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 12 Mar 2009 18:31:08 +0000 Subject: [PATCH] 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 --- lib/Driver/OptTable.cpp | 1 - lib/Driver/Option.cpp | 1 - lib/Driver/Types.cpp | 1 - 3 files changed, 3 deletions(-) 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; -- 2.40.0