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/).

llvm-svn: 307908
This commit is contained in:
Alex Lorenz 2017-07-13 12:49:22 +00:00
parent a1b2086a33
commit 75ac75d01e
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Lex/Lexer.h"
using namespace llvm;
namespace clang {
namespace tooling {