[PATCH] D113895: [NFC][clangd] fix llvm-namespace-comment finding
Christian Kühnel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 16 07:11:02 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG274f12a44c60: [NFC][clangd] fix llvm-namespace-comment finding (authored by kuhnel).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113895/new/
https://reviews.llvm.org/D113895
Files:
clang-tools-extra/clangd/xpc/XPCTransport.cpp
Index: clang-tools-extra/clangd/xpc/XPCTransport.cpp
===================================================================
--- clang-tools-extra/clangd/xpc/XPCTransport.cpp
+++ clang-tools-extra/clangd/xpc/XPCTransport.cpp
@@ -47,7 +47,7 @@
// C "closure" for XPCTransport::loop() method
namespace xpcClosure {
void connection_handler(xpc_connection_t clientConnection);
-}
+} // namespace xpcClosure
class XPCTransport : public Transport {
public:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113895.387630.patch
Type: text/x-patch
Size: 454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211116/354b20c9/attachment.bin>
More information about the cfe-commits
mailing list