[PATCH] D116550: [clang-tidy] Recognize transformer checks as providing fixits

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 3 11:19:16 PST 2022


LegalizeAdulthood created this revision.
LegalizeAdulthood added a reviewer: alexfh.
LegalizeAdulthood added a project: clang-tools-extra.
Herald added subscribers: carlosgalvezp, xazax.hun.
LegalizeAdulthood requested review of this revision.

[clang-tidy] Recognize transformer checks as providing fixits

- Recognize older checks that might not end with Check.cpp
- Update list of checks based on improvements to add_new_check
- Fix spelling error in TransformerClangTidyCheck.h

Fixes #52962


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116550

Files:
  clang-tools-extra/clang-tidy/add_new_check.py
  clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
  clang-tools-extra/docs/clang-tidy/checks/list.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116550.397113.patch
Type: text/x-patch
Size: 8203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220103/7f1e2fe1/attachment.bin>


More information about the cfe-commits mailing list