]> granicus.if.org Git - llvm/commitdiff
Remove (unused) "using namespace llvm;" in Support header. This caused the modules...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 May 2016 00:21:33 +0000 (00:21 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 May 2016 00:21:33 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268469 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ScopedPrinter.h

index c29d532a55733d51f36c1c7210c4c78efc4fbe4e..44a196d17b301f9b9d4b6913640e214a0419a93d 100644 (file)
@@ -19,8 +19,6 @@
 #include "llvm/Support/raw_ostream.h"
 #include <algorithm>
 
-using namespace llvm;
-
 namespace llvm {
 
 template <typename T> struct EnumEntry {