[PATCH] D156065: [clang-format] Insert namespace comments with leading spaces

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 23 23:54:32 PDT 2023


HazardyKnusperkeks added inline comments.


================
Comment at: clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp:29
+    FormatStyle S = Style;
+    S.SpacesBeforeTrailingComments = 0;
     tooling::Replacements Replaces =
----------------
I'd rather fix all the tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156065/new/

https://reviews.llvm.org/D156065



More information about the cfe-commits mailing list