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

Kyle Edwards via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 1 08:32:43 PST 2023


KyleFromKitware updated this revision to Diff 493969.
KyleFromKitware added a comment.

Added tests and fixed assertion error in release build.


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

https://reviews.llvm.org/D142991

Files:
  clang-tools-extra/clang-tidy/ClangTidy.cpp
  clang-tools-extra/clang-tidy/ClangTidy.h
  clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
  clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
  clang-tools-extra/test/clang-tidy/infrastructure/fix-mode-fixit-or-nolint.cpp
  clang-tools-extra/test/clang-tidy/infrastructure/fix-mode-nolint.cpp
  clang/include/clang/Basic/DiagnosticFrontendKinds.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142991.493969.patch
Type: text/x-patch
Size: 22209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230201/2ff838e1/attachment-0001.bin>


More information about the cfe-commits mailing list