This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Recognize transformer checks as providing fixits
ClosedPublic

Authored by LegalizeAdulthood on Jan 3 2022, 11:19 AM.

Details

Summary

[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

Diff Detail

Event Timeline

LegalizeAdulthood requested review of this revision.Jan 3 2022, 11:19 AM
Eugene.Zelenko set the repository for this revision to rG LLVM Github Monorepo.
aaron.ballman accepted this revision.Jan 5 2022, 5:59 AM

LGTM, thank you!

This revision is now accepted and ready to land.Jan 5 2022, 5:59 AM