This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Improved accuracy of check list updater script
ClosedPublic

Authored by njames93 on Jun 16 2020, 5:40 AM.

Details

Summary
  • Added FixItHint comments to Check files for the script to mark those checks as offering fix-its when the fix-its are generated in another file.
  • Case insensitive file searching when looking for the file a checker code resides in.

Also regenerated the list, sphinx had no issue generating the docs after this.

Diff Detail

Event Timeline

njames93 created this revision.Jun 16 2020, 5:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2020, 5:40 AM

Looks OK for me.

njames93 edited the summary of this revision. (Show Details)Jun 22 2020, 12:27 AM
sylvestre.ledru accepted this revision.Jun 22 2020, 12:37 AM
sylvestre.ledru added a subscriber: sylvestre.ledru.

Excellent, thanks :)

This revision is now accepted and ready to land.Jun 22 2020, 12:37 AM
This revision was automatically updated to reflect the committed changes.