summaryrefslogtreecommitdiffstats
path: root/include/clang/Tooling
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-07-13 12:49:22 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-07-13 12:49:22 +0000
commit23683dc260ff980892d3dc8a780dcdd26956ec17 (patch)
tree9737e22c01bc119fab68648214dcc4e7c4cce85a /include/clang/Tooling
parenta9486146f6c07f66737c44f19af491410aaf7920 (diff)
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
Diffstat (limited to 'include/clang/Tooling')
-rw-r--r--include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h2
1 files changed, 0 insertions, 2 deletions
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 {