[PATCH] D137740: [clang-tidy] Fix namespace comments in AvoidThrowingObjCExceptionCheck.cpp 🧹
Stephane Moore via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 9 13:50:09 PST 2022
stephanemoore created this revision.
Herald added subscribers: carlosgalvezp, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
stephanemoore published this revision for review.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
This commit fixes namespace comments as suggested by the linter.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137740
Files:
clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp
Index: clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp
===================================================================
--- clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp
+++ clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp
@@ -41,7 +41,7 @@
"Objective-C errors");
}
-} // namespace objc
-} // namespace google
-} // namespace tidy
-} // namespace clang
+} // namespace objc
+} // namespace google
+} // namespace tidy
+} // namespace clang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137740.474352.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221109/8fbadc32/attachment.bin>
More information about the cfe-commits
mailing list