r307905 - Remove 'using namespace llvm' from the USRFinder.h header

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 13 04:27:12 PDT 2017


Author: arphaman
Date: Thu Jul 13 04:27:12 2017
New Revision: 307905

URL: http://llvm.org/viewvc/llvm-project?rev=307905&view=rev
Log:
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/).

Modified:
    cfe/trunk/include/clang/Tooling/Refactoring/Rename/USRFinder.h

Modified: cfe/trunk/include/clang/Tooling/Refactoring/Rename/USRFinder.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Tooling/Refactoring/Rename/USRFinder.h?rev=307905&r1=307904&r2=307905&view=diff
==============================================================================
--- cfe/trunk/include/clang/Tooling/Refactoring/Rename/USRFinder.h (original)
+++ cfe/trunk/include/clang/Tooling/Refactoring/Rename/USRFinder.h Thu Jul 13 04:27:12 2017
@@ -21,8 +21,6 @@
 #include <string>
 #include <vector>
 
-using namespace llvm;
-
 namespace clang {
 
 class ASTContext;




More information about the cfe-commits mailing list