This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix -check mode doesn't respect any tidy configs.
ClosedPublic

Authored by hokein on Jan 11 2021, 6:49 AM.

Diff Detail

Event Timeline

hokein created this revision.Jan 11 2021, 6:49 AM
hokein requested review of this revision.Jan 11 2021, 6:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2021, 6:49 AM

no test added -- it is not easy, since we don't emit tidy warnings in check mode (maybe we should?), I confirmed that it worked (with manual test).

sammccall accepted this revision.Jan 11 2021, 7:09 AM
This revision is now accepted and ready to land.Jan 11 2021, 7:09 AM
This revision was automatically updated to reflect the committed changes.