r307908 - Remove another 'using namespace llvm' from the

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 13 05:49:22 PDT 2017


Author: arphaman
Date: Thu Jul 13 05:49:22 2017
New Revision: 307908

URL: http://llvm.org/viewvc/llvm-project?rev=307908&view=rev
Log:
Remove another 'using namespace llvm' from the
RecursiveSymbolVisitor.h header

This should fix the modules build
(http://lab.llvm.org:8011/builders/clang-x86_64-linux-selfhost-modules-2/).

Modified:
    cfe/trunk/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h

Modified: cfe/trunk/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h?rev=307908&r1=307907&r2=307908&view=diff
==============================================================================
--- cfe/trunk/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h (original)
+++ cfe/trunk/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h Thu Jul 13 05:49:22 2017
@@ -20,8 +20,6 @@
 #include "clang/AST/RecursiveASTVisitor.h"
 #include "clang/Lex/Lexer.h"
 
-using namespace llvm;
-
 namespace clang {
 namespace tooling {
 




More information about the cfe-commits mailing list