forked from OSchip/llvm-project
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:
parent
a1b2086a33
commit
75ac75d01e
|
@ -20,8 +20,6 @@
|
|||
#include "clang/AST/RecursiveASTVisitor.h"
|
||||
#include "clang/Lex/Lexer.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
namespace clang {
|
||||
namespace tooling {
|
||||
|
||||
|
|
Loading…
Reference in New Issue