[PATCH] D72326: [clang-format] Rebased on master: Add option to specify explicit config file
Thibault North via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 29 07:21:57 PST 2020
tnorth added a comment.
In D72326#1845342 <https://reviews.llvm.org/D72326#1845342>, @MyDeveloperDay wrote:
> Nit: please add a release note and regenerate the ClangFormatStyleOptions.rst (if there are any changes because you modified Format.h).
Hmm, I tried to run docs/tools/dump_format_style.py, but it fails at two locations (once because a comment in Format.h has two slashes instead of 3, one because of an empty line). After fixing those, it seems that the generated file contains less information than the commited one. This file was probably updated manually as well. Therefore I also did in the updated diff... one should probably fix this separately.
Release note + ClangFormat.rst files update in the diff as well.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72326/new/
https://reviews.llvm.org/D72326
More information about the cfe-commits
mailing list