[all-commits] [llvm/llvm-project] 6d7ec5: [clang-format] Make sure rst documentation matches...
Anders Waldenborg via All-commits
all-commits at lists.llvm.org
Sat Jul 18 09:03:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6d7ec54170f9ef68710f484299caa1a6dd42ff48
https://github.com/llvm/llvm-project/commit/6d7ec54170f9ef68710f484299caa1a6dd42ff48
Author: Anders Waldenborg <anders at 0x63.nu>
Date: 2020-07-18 (Sat, 18 Jul 2020)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Format/Format.h
Log Message:
-----------
[clang-format] Make sure rst documentation matches comments
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.
Differential Revision: https://reviews.llvm.org/D84103
More information about the All-commits
mailing list