[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:19:01 PST 2023


KyleFromKitware added a comment.

Though I did find that it inserted more than one `NOLINT` comment for a templated function, probably due to multiple warnings being issued for the same violation.


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

https://reviews.llvm.org/D142991



More information about the cfe-commits mailing list