]> granicus.if.org Git - clang/commitdiff
Remove another 'using namespace llvm' from the
authorAlex Lorenz <arphaman@gmail.com>
Thu, 13 Jul 2017 12:49:22 +0000 (12:49 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 13 Jul 2017 12:49:22 +0000 (12:49 +0000)
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

include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h

index 5fe1ff76730ee47a0e65b74fea98f957d5beed6b..8b01a61256f6bbd52771de9b0d8ee835061a3c71 100644 (file)
@@ -20,8 +20,6 @@
 #include "clang/AST/RecursiveASTVisitor.h"
 #include "clang/Lex/Lexer.h"
 
-using namespace llvm;
-
 namespace clang {
 namespace tooling {