[PATCH] D141144: [clang-tidy][doc] Improve clang-tidy documentation
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 6 10:11:18 PST 2023
Eugene.Zelenko accepted this revision.
Eugene.Zelenko added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/docs/clang-tidy/index.rst:142
e.g. --config-file=/some/path/myTidyConfigFile
- This option internally works exactly the same way as
+ This option internally works exactly the same way as
--config option after reading specified config file.
----------------
Is this merge artifact? Same below.
================
Comment at: clang-tools-extra/docs/clang-tidy/index.rst:215
+ --use-color - Use colors in diagnostics. If not set, colors
+ will be used if the terminal connected to
+ standard output supports colors.
----------------
Ditto.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141144/new/
https://reviews.llvm.org/D141144
More information about the cfe-commits
mailing list