[llvm] 7c16212 - [ADT] FloatingPointMode.h - add missing closing namespace comment. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 06:28:28 PST 2023
Author: Simon Pilgrim
Date: 2023-01-25T14:28:17Z
New Revision: 7c1621296a50ee5ca8a84b9b8e6802f282819502
URL: https://github.com/llvm/llvm-project/commit/7c1621296a50ee5ca8a84b9b8e6802f282819502
DIFF: https://github.com/llvm/llvm-project/commit/7c1621296a50ee5ca8a84b9b8e6802f282819502.diff
LOG: [ADT] FloatingPointMode.h - add missing closing namespace comment. NFC.
Fixes clang-tidy warning
Added:
Modified:
llvm/include/llvm/ADT/FloatingPointMode.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ADT/FloatingPointMode.h b/llvm/include/llvm/ADT/FloatingPointMode.h
index 59ccea1f9d44..07f2739aa7d0 100644
--- a/llvm/include/llvm/ADT/FloatingPointMode.h
+++ b/llvm/include/llvm/ADT/FloatingPointMode.h
@@ -192,7 +192,7 @@ void DenormalMode::print(raw_ostream &OS) const {
OS << denormalModeKindName(Output) << ',' << denormalModeKindName(Input);
}
-}
+} // namespace llvm
/// Floating-point class tests, supported by 'is_fpclass' intrinsic. Actual
/// test may be an OR combination of basic tests.
More information about the llvm-commits
mailing list