[PATCH] D142991: [clang-tidy] Add --fix-mode and --nolint-prefix options

Kyle Edwards via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 3 13:16:35 PST 2023


KyleFromKitware added a comment.

I just tried this out on a somewhat larger scale - I built all of CMake with this flag enabled, and it found a number of clang-tidy violations and added `NOLINT` comments to silence them. Worked like a charm.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142991/new/

https://reviews.llvm.org/D142991



More information about the cfe-commits mailing list