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

include/clang/Tooling/Refactoring/Rename/USRFinder.h

index 356243e5b15496e9e334078a9d65a91ab303635d..b74a5d7f70af3b90b1150a06bbdd2ec83a108f86 100644 (file)
@@ -21,8 +21,6 @@
 #include <string>
 #include <vector>
 
-using namespace llvm;
-
 namespace clang {
 
 class ASTContext;