HomePhabricator

Disable clang-tidy by default

Description

Disable clang-tidy by default

Summary: While this doesn't slow down a fresh build by much, this is disastrous when jumping between branches as none of the results are cached and they all need to be recomputed.

Test Plan:
Run ninja clean and then ninja with clang-tidy:

real    1m22.667s
user    11m38.143s
sys     0m37.996s

Now the same without clang-tidy:

real    0m28.937s
user    0m46.723s
sys     0m10.769s

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Subscribers: Fabien, markblundeberg

Differential Revision: https://reviews.bitcoinabc.org/D5163

Details

Provenance
deadalnixAuthored on Feb 5 2020, 17:36
deadalnixPushed on Feb 5 2020, 19:06
Reviewer
Restricted Project
Differential Revision
D5163: Disable clang-tidy by default
Parents
rABCadcba09b85d2: Remove redundant std::move
Branches
Unknown
Tags
Unknown