[llvm] 6b30eb0 - [Support] TypeName.h - add missing closing namespace comment. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 29 06:38:07 PST 2023
Author: Simon Pilgrim
Date: 2023-01-29T14:37:47Z
New Revision: 6b30eb03779253b4731cc0f59d90a63de7981e72
URL: https://github.com/llvm/llvm-project/commit/6b30eb03779253b4731cc0f59d90a63de7981e72
DIFF: https://github.com/llvm/llvm-project/commit/6b30eb03779253b4731cc0f59d90a63de7981e72.diff
LOG: [Support] TypeName.h - add missing closing namespace comment. NFC.
Fixes clang-tidy warning
Added:
Modified:
llvm/include/llvm/Support/TypeName.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Support/TypeName.h b/llvm/include/llvm/Support/TypeName.h
index 236490a250119..95f20f7dfde70 100644
--- a/llvm/include/llvm/Support/TypeName.h
+++ b/llvm/include/llvm/Support/TypeName.h
@@ -59,6 +59,6 @@ inline StringRef getTypeName() {
#endif
}
-}
+} // namespace llvm
#endif
More information about the llvm-commits
mailing list