[PATCH] D147176: [clang-format] NFC ensure Style operator== remains sorted for ease of editing
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 30 01:36:03 PDT 2023
MyDeveloperDay added a comment.
Also I've added a couple of other rules
F26945535: image.png <https://reviews.llvm.org/F26945535>
This should in theory, automatically add a comment to a clang-format review that contains a Format.h change but not a ClangFormatStyleOption.rst change and vice versa
Herald added a comment.
Your review contains a change to clang/include/clang/Format/Format.h but does not contain an update to ClangFormatStyleOptions.rst
ClangFormatStyleOptions.rst is generated via clang/docs/tools/dump_format_style.py, please run this to regenerate the .rst
You can validate that the rst is valid by running.
./docs/tools/dump_format_style.py
@mkdir -p html
/usr/bin/sphinx-build -n ./docs ./html
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147176/new/
https://reviews.llvm.org/D147176
More information about the cfe-commits
mailing list