[PATCH] D116557: [clang-format] Fix SeparateDefinitionBlocks docs and ...
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 3 14:18:10 PST 2022
HazardyKnusperkeks added a comment.
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,
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116557/new/
https://reviews.llvm.org/D116557
More information about the cfe-commits
mailing list