From: Alex Lorenz Date: Thu, 13 Jul 2017 12:49:22 +0000 (+0000) Subject: Remove another 'using namespace llvm' from the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23683dc260ff980892d3dc8a780dcdd26956ec17;p=clang 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/). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307908 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h b/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h index 5fe1ff7673..8b01a61256 100644 --- a/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h +++ b/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h @@ -20,8 +20,6 @@ #include "clang/AST/RecursiveASTVisitor.h" #include "clang/Lex/Lexer.h" -using namespace llvm; - namespace clang { namespace tooling {