From 2cdd21c2e4d855500dfb53f77aa74da53ccf9de6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Dec 2003 21:35:53 +0000 Subject: Finegrainify namespacification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10464 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CommandLine.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Support/CommandLine.cpp') diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index 235dc12843..8a6bd77e40 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -23,8 +23,7 @@ #include #include #include - -namespace llvm { +using namespace llvm; using namespace cl; @@ -889,5 +888,3 @@ HHOp("help-hidden", cl::desc("display all available options"), cl::location(HiddenPrinter), cl::Hidden, cl::ValueDisallowed); } // End anonymous namespace - -} // End llvm namespace -- cgit v1.2.3-18-g5258