[llvm] r268469 - Remove (unused) "using namespace llvm; " in Support header. This caused the modules build to break.
Richard Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 17:21:33 PDT 2016
Author: rsmith
Date: Tue May 3 19:21:33 2016
New Revision: 268469
URL: http://llvm.org/viewvc/llvm-project?rev=268469&view=rev
Log:
Remove (unused) "using namespace llvm;" in Support header. This caused the modules build to break.
Modified:
llvm/trunk/include/llvm/Support/ScopedPrinter.h
Modified: llvm/trunk/include/llvm/Support/ScopedPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ScopedPrinter.h?rev=268469&r1=268468&r2=268469&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ScopedPrinter.h (original)
+++ llvm/trunk/include/llvm/Support/ScopedPrinter.h Tue May 3 19:21:33 2016
@@ -19,8 +19,6 @@
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
-using namespace llvm;
-
namespace llvm {
template <typename T> struct EnumEntry {
More information about the llvm-commits
mailing list