[llvm] cb2ec90 - [Support] ReverseIteration.h - add missing closing namespace comment. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 29 08:48:51 PST 2023


Author: Simon Pilgrim
Date: 2023-01-29T16:48:21Z
New Revision: cb2ec9028dcb3064a9c1fee880cb1a4d9dea4704

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

LOG: [Support] ReverseIteration.h - add missing closing namespace comment. NFC.

Fixes clang-tidy warning

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/ReverseIteration.h b/llvm/include/llvm/Support/ReverseIteration.h
index 5e0238d81c4c..9e9411856369 100644
--- a/llvm/include/llvm/Support/ReverseIteration.h
+++ b/llvm/include/llvm/Support/ReverseIteration.h
@@ -15,5 +15,5 @@ bool shouldReverseIterate() {
 #endif
 }
 
-}
+} // namespace llvm
 #endif


        


More information about the llvm-commits mailing list