Insert missing namespace comments with SpacesBeforeTrailingComments leading spaces.
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp | ||
---|---|---|
29 | I'd rather fix all the tests. |
Paths
| Differential D156065
[clang-format] Insert namespace comments with leading spaces ClosedPublic Authored by owenpan on Jul 23 2023, 1:57 PM.
Details Summary Insert missing namespace comments with SpacesBeforeTrailingComments leading spaces.
Diff Detail Event TimelineHerald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptJul 23 2023, 1:57 PM
This revision is now accepted and ready to land.Jul 24 2023, 3:46 AM Closed by commit rG2f6b2dafb783: [clang-format] Insert namespace comments with leading spaces (authored by owenpan). · Explain WhyJul 24 2023, 9:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 543324 clang/lib/Format/NamespaceEndCommentsFixer.cpp
clang/unittests/Format/FormatTestComments.cpp
clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
|
I'd rather fix all the tests.