This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Retire clang-tidy-checks flag.
ClosedPublic

Authored by njames93 on Feb 11 2021, 7:37 AM.

Details

Summary

In clangd-12 the ability to override what clang tidy checks should run was moved into config.
For the 13 release its a wise progression to remove the command line option for this.

Diff Detail

Event Timeline

njames93 created this revision.Feb 11 2021, 7:37 AM
njames93 requested review of this revision.Feb 11 2021, 7:37 AM

Ping? It would be nice to get this fix in the release branch.

sammccall accepted this revision.Feb 12 2021, 7:26 AM

I think we should have the config mechanism available for one release cycle before removing the old one.

So I think it's fine to retire the flag but we shouldn't pick this into the 12 release branch.

This revision is now accepted and ready to land.Feb 12 2021, 7:26 AM
njames93 added a comment.EditedFeb 12 2021, 8:04 AM

I think we should have the config mechanism available for one release cycle before removing the old one.

So I think it's fine to retire the flag but we shouldn't pick this into the 12 release branch.

I definitely agree this retiring should be for the next release cycle, I didn't think we should try and cherry pick this. I just happened to ping the wrong patch

This revision was automatically updated to reflect the committed changes.