[PATCH] D141144: [clang-tidy][doc] Improve clang-tidy documentation
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 4 03:52:05 PDT 2023
PiotrZSL added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/index.rst:272
+ parent one.
+ SystemHeaders - Same as '--system-headers'.
+ UseColor - Same as '--use-color'.
----------------
This is a bug, SystemHeaders cannot be specified on this level, as they not added to `MappingTraits<ClangTidyOptions>`. Therefor listing them here is a misleading.
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