[llvm] c872bce - [Support] StringSaver.h - add missing closing namespace comment. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 29 08:50:53 PST 2023
Author: Simon Pilgrim
Date: 2023-01-29T16:50:37Z
New Revision: c872bce2ae9d27dbade67b1ed5443f29f4017451
URL: https://github.com/llvm/llvm-project/commit/c872bce2ae9d27dbade67b1ed5443f29f4017451
DIFF: https://github.com/llvm/llvm-project/commit/c872bce2ae9d27dbade67b1ed5443f29f4017451.diff
LOG: [Support] StringSaver.h - add missing closing namespace comment. NFC.
Fixes clang-tidy warning
Added:
Modified:
llvm/include/llvm/Support/StringSaver.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Support/StringSaver.h b/llvm/include/llvm/Support/StringSaver.h
index 2ef87754a0cf..fa9db30eae30 100644
--- a/llvm/include/llvm/Support/StringSaver.h
+++ b/llvm/include/llvm/Support/StringSaver.h
@@ -55,5 +55,5 @@ class UniqueStringSaver final {
StringRef save(const std::string &S) { return save(StringRef(S)); }
};
-}
+} // namespace llvm
#endif
More information about the llvm-commits
mailing list