[clang-format] Fix namespace end comments in ObjC++ files too
authorNico Weber <thakis@chromium.org>
Mon, 7 Mar 2022 14:42:35 +0000 (09:42 -0500)
committerNico Weber <thakis@chromium.org>
Mon, 7 Mar 2022 18:30:25 +0000 (13:30 -0500)
commite6a8b92b8959b17a140a30b340dd59cfa8781dea
treef0d82b8759beaa16e3e5ddf14962284cfe4b6ab8
parent34206b869d0d4533aa6a2f18071563fe40945869
[clang-format] Fix namespace end comments in ObjC++ files too

See also d96ae867351ec.

Differential Revision: https://reviews.llvm.org/D121112
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp
clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp