summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-07-13 11:27:12 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-07-13 11:27:12 +0000
commita9486146f6c07f66737c44f19af491410aaf7920 (patch)
tree1d977919074712cb89af5d20c626e1534c5b1a27 /include
parent2eb4707ace01387dab36ccd2cc515fd33af0370c (diff)
Remove 'using namespace llvm' from the USRFinder.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@307905 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Tooling/Refactoring/Rename/USRFinder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Tooling/Refactoring/Rename/USRFinder.h b/include/clang/Tooling/Refactoring/Rename/USRFinder.h
index 356243e5b1..b74a5d7f70 100644
--- a/include/clang/Tooling/Refactoring/Rename/USRFinder.h
+++ b/include/clang/Tooling/Refactoring/Rename/USRFinder.h
@@ -21,8 +21,6 @@
#include <string>
#include <vector>
-using namespace llvm;
-
namespace clang {
class ASTContext;