[PATCH] D52334: [clang-tidy] Build it even without static analyzer
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 22 05:57:29 PDT 2018
steveire added a comment.
> But that clang-tidy is deactivated totally makes that impossible :)
Yes. That should be clear by reading the patch.
> Some of the clang-tidy stuff relies on Analysis/* from clang as well, e.g. the CFG class. Is this still included in builds with CSA off?
The `Analysis` includes are ifdef'd out in the patch. Have you read the patch?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D52334
More information about the cfe-commits
mailing list