[llvm] 7940af0 - Correct end-of-namespace comment to be clang-tidy/LLVM style appropriate
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 13 13:10:59 PDT 2020
Author: David Blaikie
Date: 2020-09-13T13:07:58-07:00
New Revision: 7940af02baa27e23ebbd9cd09b24ef1b24ea8cec
URL: https://github.com/llvm/llvm-project/commit/7940af02baa27e23ebbd9cd09b24ef1b24ea8cec
DIFF: https://github.com/llvm/llvm-project/commit/7940af02baa27e23ebbd9cd09b24ef1b24ea8cec.diff
LOG: Correct end-of-namespace comment to be clang-tidy/LLVM style appropriate
Added:
Modified:
llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h b/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
index b3971e49754e..2766cc5e6263 100644
--- a/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
+++ b/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
@@ -26,5 +26,5 @@ class GCOVProfilerPass : public PassInfoMixin<GCOVProfilerPass> {
GCOVOptions GCOVOpts;
};
-} // End llvm namespace
+} // namespace llvm
#endif
More information about the llvm-commits
mailing list