[PATCH] D121112: [clang-format] Fix namespace end comments in ObjC++ files too

2022-03-07 Thread Nico Weber via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGe6a8b92b8959: [clang-format] Fix namespace end comments in ObjC++ files too (authored by thakis). Repository: rG LLVM Github Monorepo CHANGES SIN

[PATCH] D121112: [clang-format] Fix namespace end comments in ObjC++ files too

2022-03-07 Thread Nico Weber via Phabricator via cfe-commits
thakis created this revision. thakis added reviewers: MyDeveloperDay, zequanwu. Herald added a project: All. thakis requested review of this revision. See also d96ae867351ec. https://reviews.llvm.org/D121112 Files: clang/lib/Format/Format.cpp clang/unittests/Format/FormatTest.cpp clang/un