This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Make sure rst documentation matches comments
ClosedPublic

Authored by wanders on Jul 18 2020, 8:53 AM.

Details

Summary
clang/docs/tools/dump_format_style.py is used to read the comments
from clang/include/clang/Format/Format.h and update the contents of
clang/docs/ClangFormatStyleOptions.rst

Recent changes made these out of date. This commit syncs them by
folding the improved wording back to the comments and then
regenerating the rst file.

https://github.com/wanders/llvm-project/commit/148dd6d805a3429fef4973a5fb0a217b2ffeda32

Diff Detail

Event Timeline

wanders created this revision.Jul 18 2020, 8:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2020, 8:53 AM
JakeMerdichAMD accepted this revision.Jul 18 2020, 8:56 AM
This revision is now accepted and ready to land.Jul 18 2020, 8:56 AM
This revision was automatically updated to reflect the committed changes.

Thanks for doing this..