the Style's equality operator.
This amends 6f6f88ffdae1e12e5f950ef418827a77a55c09c7 (D116314)
Paths
| Differential D116557
[clang-format] Fix SeparateDefinitionBlocks docs and ... ClosedPublic Authored by HazardyKnusperkeks on Jan 3 2022, 2:17 PM.
Details Summary the Style's equality operator. This amends 6f6f88ffdae1e12e5f950ef418827a77a55c09c7 (D116314)
Diff Detail
Unit TestsFailed
Event TimelineHazardyKnusperkeks created this revision. Comment Actions Without the enum documentation I got $ ./clang/docs/tools/dump_format_style.py Traceback (most recent call last): File "/c/GIT/llvm-dev/./clang/docs/tools/dump_format_style.py", line 344, in <module> opts = OptionsReader(f).read_options() File "/c/GIT/llvm-dev/./clang/docs/tools/dump_format_style.py", line 280, in read_options raise Exception('Invalid format, expected comment, field or enum\n' + line) Exception: Invalid format, expected comment, field or enum SDS_Leave, Comment Actions Thanks for the fix :)
Comment Actions
No Problem.
This revision is now accepted and ready to land.Jan 3 2022, 3:11 PM This revision was landed with ongoing or failed builds.Jan 5 2022, 3:32 AM Closed by commit rGc2257fe23672: [clang-format] Fix SeparateDefinitionBlocks docs and ... (authored by HazardyKnusperkeks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397148 clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
|