[llvm] 1967fd8 - [RISCV] Remove using namespace llvm from public header after D121984

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 00:52:02 PDT 2022


Author: Fangrui Song
Date: 2022-03-28T00:51:58-07:00
New Revision: 1967fd8d5e7e40a987d8f65d163c7eb8f4b9e76f

URL: https://github.com/llvm/llvm-project/commit/1967fd8d5e7e40a987d8f65d163c7eb8f4b9e76f
DIFF: https://github.com/llvm/llvm-project/commit/1967fd8d5e7e40a987d8f65d163c7eb8f4b9e76f.diff

LOG: [RISCV] Remove using namespace llvm from public header after D121984

Added: 
    

Modified: 
    llvm/include/llvm/Support/RISCVVIntrinsicUtils.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/RISCVVIntrinsicUtils.h b/llvm/include/llvm/Support/RISCVVIntrinsicUtils.h
index d47c7ac181b5d..ebd60d78d57ae 100644
--- a/llvm/include/llvm/Support/RISCVVIntrinsicUtils.h
+++ b/llvm/include/llvm/Support/RISCVVIntrinsicUtils.h
@@ -15,8 +15,6 @@
 #include <string>
 #include <vector>
 
-using namespace llvm;
-
 namespace llvm {
 namespace RISCV {
 


        


More information about the llvm-commits mailing list