[llvm] 5404ee3 - [TableGen] Error.h - remove quotes to silence clang-tidy llvm-namespace-comment warning

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 4 09:32:18 PST 2023


Author: Simon Pilgrim
Date: 2023-02-04T17:31:58Z
New Revision: 5404ee392410f7754b0a1d81b3d33a88c9d1882e

URL: https://github.com/llvm/llvm-project/commit/5404ee392410f7754b0a1d81b3d33a88c9d1882e
DIFF: https://github.com/llvm/llvm-project/commit/5404ee392410f7754b0a1d81b3d33a88c9d1882e.diff

LOG: [TableGen] Error.h - remove quotes to silence clang-tidy llvm-namespace-comment warning

Added: 
    

Modified: 
    llvm/include/llvm/TableGen/Error.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/TableGen/Error.h b/llvm/include/llvm/TableGen/Error.h
index da0132b10f4f5..2e639224c9c03 100644
--- a/llvm/include/llvm/TableGen/Error.h
+++ b/llvm/include/llvm/TableGen/Error.h
@@ -47,6 +47,6 @@ void CheckAssert(SMLoc Loc, Init *Condition, Init *Message);
 extern SourceMgr SrcMgr;
 extern unsigned ErrorsPrinted;
 
-} // end namespace "llvm"
+} // end namespace llvm
 
 #endif


        


More information about the llvm-commits mailing list