This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Enable clang-tidy by default.
ClosedPublic

Authored by hokein on Apr 11 2019, 3:47 AM.

Details

Summary

We have turned on the flag internally for a while, and we don't receive complains.
Should be good to turn it on now.

If the projects doesn't have .clang-tidy files, no clang-tidy check will
be run.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Apr 11 2019, 3:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2019, 3:47 AM
ilya-biryukov accepted this revision.Apr 12 2019, 2:33 AM

Yay! LGTM

This revision is now accepted and ready to land.Apr 12 2019, 2:33 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2019, 6:09 AM