[PATCH] D72421: [clang-tidy] Refresh the add_new_check.py now that we use a table + autofix
Sylvestre Ledru via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 13:13:39 PST 2020
sylvestre.ledru marked 5 inline comments as done.
sylvestre.ledru added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/add_new_check.py:372
+ f.write(' :header: "Name", "Offers fixes"\n')
+ f.write(' :widths: 50, 20\n\n')
f.writelines(checks)
----------------
alexfh wrote:
> Is there a way to let sphinx find out column widths itself?
TIL, sphinx doesn't need this indeed!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72421/new/
https://reviews.llvm.org/D72421
More information about the cfe-commits
mailing list