This revision was automatically updated to reflect the committed changes.
Closed by commit rG2f6b2dafb783: [clang-format] Insert namespace comments with
leading spaces (authored by owenpan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156065/new/
owenpan updated this revision to Diff 543415.
owenpan added a comment.
Fixed unit tests in NamespaceEndCommentsFixerTest.cpp.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156065/new/
https://reviews.llvm.org/D156065
Files:
clang/lib/Format/NamespaceEndCommentsFixer.cpp
clang/unitt
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
owenpan created this revision.
Herald added projects: All, clang, clang-format.
Herald added a subscriber: cfe-commits.
Herald added reviewers: rymiel, HazardyKnusperkeks, MyDeveloperDay.
owenpan requested review of this revision.
Insert missing `namespace` comments with `SpacesBeforeTrailingComme